[patch 5/5] rtl8192su: add linux/vmalloc.h

From: Jeff Mahoney
Date: Tue Aug 04 2009 - 10:29:56 EST


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

Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx>
---

drivers/staging/rtl8192su/r8192U_core.c | 1 +
1 file changed, 1 insertion(+)

--- a/drivers/staging/rtl8192su/r8192U_core.c
+++ b/drivers/staging/rtl8192su/r8192U_core.c
@@ -24,6 +24,7 @@
* Jerry chuang <wlanfae@xxxxxxxxxxx>
*/

+#include <linux/vmalloc.h>

#undef LOOP_TEST
#undef DUMP_RX


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/