Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d14b518 authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Greg Kroah-Hartman
Browse files

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: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1c115ebe
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -46,6 +46,7 @@
#undef DEBUG_TX_DESC
#undef DEBUG_TX_DESC


//#define CONFIG_RTL8192_IO_MAP
//#define CONFIG_RTL8192_IO_MAP
#include <linux/vmalloc.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include "r8192E_hw.h"
#include "r8192E_hw.h"
#include "r8192E.h"
#include "r8192E.h"