lkml.org 
[lkml]   [2005]   [Nov]   [11]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 11 Nov 2005 21:07:35 +0100
FromAdrian Bunk <>
Subject[-mm patch] drivers/net/wireless/tiacx/: add missing #include <linux/vmalloc.h>'a
This is required for always getting the vmalloc()/vfree() prototypes.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
 drivers/net/wireless/tiacx/common.c |    1 +
 drivers/net/wireless/tiacx/pci.c    |    1 +
 drivers/net/wireless/tiacx/usb.c    |    1 +
 3 files changed, 3 insertions(+)
--- linux-2.6.14-mm2-full/drivers/net/wireless/tiacx/common.c.old	2005-11-11 20:51:52.000000000 +0100
+++ linux-2.6.14-mm2-full/drivers/net/wireless/tiacx/common.c	2005-11-11 20:52:07.000000000 +0100
@@ -45,6 +45,7 @@
 #include <linux/etherdevice.h>
 #include <linux/wireless.h>
 #include <linux/pm.h>
+#include <linux/vmalloc.h>
 #if WIRELESS_EXT >= 13
 #include <net/iw_handler.h>
 #endif /* WE >= 13 */
--- linux-2.6.14-mm2-full/drivers/net/wireless/tiacx/pci.c.old	2005-11-11 21:04:38.000000000 +0100
+++ linux-2.6.14-mm2-full/drivers/net/wireless/tiacx/pci.c	2005-11-11 21:05:09.000000000 +0100
@@ -52,6 +52,7 @@
 #include <linux/ioport.h>
 #include <linux/pci.h>
 #include <linux/pm.h>
+#include <linux/vmalloc.h>
 
 #include "acx.h"
 
--- linux-2.6.14-mm2-full/drivers/net/wireless/tiacx/usb.c.old	2005-11-11 21:06:13.000000000 +0100
+++ linux-2.6.14-mm2-full/drivers/net/wireless/tiacx/usb.c	2005-11-11 21:06:31.000000000 +0100
@@ -64,6 +64,7 @@
 #if WIRELESS_EXT >= 13
 #include <net/iw_handler.h>
 #endif
+#include <linux/vmalloc.h>
 
 #include "acx.h"
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-11-11 20:10    [W:0.200 / U:0.000 seconds]
©2003-2008 Jasper Spaans