[PATCH 473/641] Staging: rtl8192su: add linux/vmalloc.h

Greg Kroah-Hartman gregkh at suse.de
Tue Sep 15 19:11:44 UTC 2009


From: Jeff Mahoney <jeffm at suse.com>

Some arches don't provide vmalloc.h through the includes already included
in rtl8192su. This patch adds it.

Signed-off-by: Jeff Mahoney <jeffm at suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/rtl8192su/r8192U_core.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
index 1aade3f..66274d7 100644
--- a/drivers/staging/rtl8192su/r8192U_core.c
+++ b/drivers/staging/rtl8192su/r8192U_core.c
@@ -24,6 +24,7 @@
  * Jerry chuang <wlanfae at realtek.com>
  */
 
+#include <linux/vmalloc.h>
 
 #undef LOOP_TEST
 #undef DUMP_RX
-- 
1.6.4.2




More information about the devel mailing list