netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: jgarzik@pobox.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [-mm patch] drivers/net/wireless/tiacx/: add missing #include <linux/vmalloc.h>'a
Date: Fri, 11 Nov 2005 21:07:35 +0100	[thread overview]
Message-ID: <20051111200735.GO5376@stusta.de> (raw)

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"
 

             reply	other threads:[~2005-11-11 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-11 20:07 Adrian Bunk [this message]
2005-11-12 12:02 ` [-mm patch] drivers/net/wireless/tiacx/: add missing #include <linux/vmalloc.h>'a Denis Vlasenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051111200735.GO5376@stusta.de \
    --to=bunk@stusta.de \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).