diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-03 18:28:19 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-27 23:12:35 -0400 |
commit | 7c9d4c70b20e165eb11d8aed2b6374377d17f43a (patch) | |
tree | 7173a182677332e31d4b2461ec18eaa1c4d7fc10 /net/ieee80211/ieee80211_rx.c | |
parent | 245ac8738b0b840552d56b842e70e750d65911cc (diff) | |
download | linux-3.10-7c9d4c70b20e165eb11d8aed2b6374377d17f43a.tar.gz linux-3.10-7c9d4c70b20e165eb11d8aed2b6374377d17f43a.tar.bz2 linux-3.10-7c9d4c70b20e165eb11d8aed2b6374377d17f43a.zip |
[PATCH] ieee80211: remove pci.h #include's
I was wondering why editing pci.h triggered the rebuild of three files
under net/, and as far as I can see, there's no reason for these three
files to #include pci.h .
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Diffstat (limited to 'net/ieee80211/ieee80211_rx.c')
-rw-r--r-- | net/ieee80211/ieee80211_rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee80211/ieee80211_rx.c b/net/ieee80211/ieee80211_rx.c index 2ae6ab8914b..0dd102993ef 100644 --- a/net/ieee80211/ieee80211_rx.c +++ b/net/ieee80211/ieee80211_rx.c @@ -23,7 +23,6 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/netdevice.h> -#include <linux/pci.h> #include <linux/proc_fs.h> #include <linux/skbuff.h> #include <linux/slab.h> |