mirror of https://gitee.com/openkylin/linux.git
rtlwifi: Need to include vmalloc.h
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
78776d3f2b
commit
b08cd667c4
|
@ -34,6 +34,7 @@
|
|||
#include <linux/firmware.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/usb.h>
|
||||
#include <net/mac80211.h>
|
||||
#include "debug.h"
|
||||
|
|
Loading…
Reference in New Issue