[-mm patch] drivers/net/wireless/tiacx/: add missing #include <linux/vmalloc.h>'a

From: Adrian Bunk
Date: Fri Nov 11 2005 - 15:07:20 EST


This is required for always getting the vmalloc()/vfree() prototypes.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/