浏览代码

Staging: rtl8192su: add linux/vmalloc.h

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

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Jeff Mahoney 16 年之前
父节点
当前提交
d1aed89996
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/rtl8192su/r8192U_core.c

+ 1 - 0
drivers/staging/rtl8192su/r8192U_core.c

@@ -24,6 +24,7 @@
  * Jerry chuang <wlanfae@realtek.com>
  * Jerry chuang <wlanfae@realtek.com>
  */
  */
 
 
+#include <linux/vmalloc.h>
 
 
 #undef LOOP_TEST
 #undef LOOP_TEST
 #undef DUMP_RX
 #undef DUMP_RX