From: Stephen Rothwell Date: Thu, 25 Aug 2011 06:17:06 +0000 (+1000) Subject: staging: rtl8192e: using vmalloc/vfree requires including vmalloc.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09ebd6f23b07f1eb0c8850af32d05519ddeaa524;p=linux-beck.git staging: rtl8192e: using vmalloc/vfree requires including vmalloc.h Signed-off-by: Stephen Rothwell Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl_core.c b/drivers/staging/rtl8192e/rtl_core.c index e633f0b074e2..cb1830b9f848 100644 --- a/drivers/staging/rtl8192e/rtl_core.c +++ b/drivers/staging/rtl8192e/rtl_core.c @@ -43,6 +43,7 @@ #include #include +#include #include "rtl_core.h" #include "r8192E_phy.h" #include "r8192E_phyreg.h"