diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-06 05:39:54 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-06 05:39:54 +0100 |
commit | a10b5aacea01d59152b9d003a14476ee99d394d8 (patch) | |
tree | 17d005c40d926090edfb293b5b2d44b73d2cd0c6 /drivers/net/phy/davicom.c | |
parent | Merge git://git.tuxdriver.com/git/netdev-jwl (diff) | |
download | linux-a10b5aacea01d59152b9d003a14476ee99d394d8.tar.xz linux-a10b5aacea01d59152b9d003a14476ee99d394d8.zip |
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 'drivers/net/phy/davicom.c')
-rw-r--r-- | drivers/net/phy/davicom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/davicom.c b/drivers/net/phy/davicom.c index 6caf499fae32..5e9002e444c5 100644 --- a/drivers/net/phy/davicom.c +++ b/drivers/net/phy/davicom.c @@ -29,7 +29,6 @@ #include <linux/spinlock.h> #include <linux/mm.h> #include <linux/module.h> -#include <linux/version.h> #include <linux/mii.h> #include <linux/ethtool.h> #include <linux/phy.h> |