diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 23:39:54 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 23:39:54 -0500 |
commit | a10b5aacea01d59152b9d003a14476ee99d394d8 (patch) | |
tree | 17d005c40d926090edfb293b5b2d44b73d2cd0c6 /net/ieee80211/ieee80211_crypt_wep.c | |
parent | 4aefe1554b08b445b1701c1049563ac24b77b097 (diff) | |
download | op-kernel-dev-a10b5aacea01d59152b9d003a14476ee99d394d8.zip op-kernel-dev-a10b5aacea01d59152b9d003a14476ee99d394d8.tar.gz |
Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.
Unused, and causes the files to be needlessly rebuilt in some cases.
Diffstat (limited to 'net/ieee80211/ieee80211_crypt_wep.c')
-rw-r--r-- | net/ieee80211/ieee80211_crypt_wep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee80211/ieee80211_crypt_wep.c b/net/ieee80211/ieee80211_crypt_wep.c index 7c08ed2..073aebd 100644 --- a/net/ieee80211/ieee80211_crypt_wep.c +++ b/net/ieee80211/ieee80211_crypt_wep.c @@ -10,7 +10,6 @@ */ #include <linux/config.h> -#include <linux/version.h> #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> |