diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-19 13:08:48 -0800 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:46 -0500 |
commit | 95f48a71a254fa81ae4be1307ce3bb8361521a7d (patch) | |
tree | f7b5921c1c9e742854349e1bdeb5c8c10c5ed2e5 /drivers/net/Makefile | |
parent | bf345707299b34de90fbae062eff51e76561eb40 (diff) | |
download | linux-3.10-95f48a71a254fa81ae4be1307ce3bb8361521a7d.tar.gz linux-3.10-95f48a71a254fa81ae4be1307ce3bb8361521a7d.tar.bz2 linux-3.10-95f48a71a254fa81ae4be1307ce3bb8361521a7d.zip |
remove the broken SKMC driver
The SKMC driver has:
- already been marked as BROKEN in 2.6.0 three years ago and
- is still marked as BROKEN.
Drivers that had been marked as BROKEN for such a long time seem to be
unlikely to be revived in the forseeable future.
But if anyone wants to ever revive this driver, the code is still
present in the older kernel releases.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 58714d68c86..6c61f3e7396 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -137,7 +137,6 @@ obj-$(CONFIG_AT1700) += at1700.o obj-$(CONFIG_EL1) += 3c501.o obj-$(CONFIG_EL16) += 3c507.o obj-$(CONFIG_ELMC) += 3c523.o -obj-$(CONFIG_SKMC) += sk_mca.o obj-$(CONFIG_IBMLANA) += ibmlana.o obj-$(CONFIG_ELMC_II) += 3c527.o obj-$(CONFIG_EL3) += 3c509.o |