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 /drivers/net/phy/qsemi.c | |
parent | 4aefe1554b08b445b1701c1049563ac24b77b097 (diff) |
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/qsemi.c')
-rw-r--r-- | drivers/net/phy/qsemi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/qsemi.c b/drivers/net/phy/qsemi.c index d461ba457631..65d995b02b25 100644 --- a/drivers/net/phy/qsemi.c +++ b/drivers/net/phy/qsemi.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> |