rtl8192cu: fix build error (vmalloc/vfree undefined)
On the ARM system, a build fails due to missing include. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
9d17e80de8
commit
4c0f13f3e7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
#include "trx.h"
|
||||
#include "led.h"
|
||||
#include "hw.h"
|
||||
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
MODULE_AUTHOR("Georgia <georgia@realtek.com>");
|
||||
MODULE_AUTHOR("Ziv Huang <ziv_huang@realtek.com>");
|
||||
|
|
Loading…
Add table
Reference in a new issue