mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Staging: rtl8192e: Add #include <linux/vmalloc.h>
This driver uses vmalloc but for whatever reason vmalloc.h isn't included on ppc. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
1c115ebe22
commit
3d14b51848
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
#undef DEBUG_TX_DESC
|
||||
|
||||
//#define CONFIG_RTL8192_IO_MAP
|
||||
#include <linux/vmalloc.h>
|
||||
#include <asm/uaccess.h>
|
||||
#include "r8192E_hw.h"
|
||||
#include "r8192E.h"
|
||||
|
|
Loading…
Reference in a new issue