[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1253146608-5147-1-git-send-email-plagnioj@jcrosoft.com>
Date: Thu, 17 Sep 2009 02:16:48 +0200
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
To: linux-kernel@...r.kernel.org
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
Greg Kroah-Hartman <gregkh@...e.de>
Subject: [PATCH] staging/rtl8192e: add missing vmalloc.h include
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/staging/rtl8192e/r8192E_core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c
index d4fa654..e9e05ec 100644
--- a/drivers/staging/rtl8192e/r8192E_core.c
+++ b/drivers/staging/rtl8192e/r8192E_core.c
@@ -47,6 +47,7 @@
//#define CONFIG_RTL8192_IO_MAP
#include <asm/uaccess.h>
+#include <linux/vmalloc.h>
#include "r8192E_hw.h"
#include "r8192E.h"
#include "r8190_rtl8256.h" /* RTL8225 Radio frontend */
--
1.6.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists