]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8192e: using vmalloc/vfree requires including vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 25 Aug 2011 06:17:06 +0000 (16:17 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 25 Aug 2011 15:45:44 +0000 (08:45 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/rtl_core.c

index e633f0b074e232e7daea280ee402c0d75e57cba1..cb1830b9f84871e2a39ce961b35c9c5def40711f 100644 (file)
@@ -43,6 +43,7 @@
 
 #include <asm/uaccess.h>
 #include <linux/pci.h>
+#include <linux/vmalloc.h>
 #include "rtl_core.h"
 #include "r8192E_phy.h"
 #include "r8192E_phyreg.h"