diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-09 20:30:26 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 10:39:49 -0500 |
commit | 168e06ae26dd327df347e70b7244218ff1766a1f (patch) | |
tree | 03ce0fd097f6e0fd98227448882c8520eb3d9302 /drivers/net/ethernet/dlink/Makefile | |
parent | de8270ff4642f78ff62e9bae20e6ebf39677880c (diff) |
drivers/net: delete old parallel port de600/de620 drivers
The parallel port is largely replaced by USB, and even in the
day where these drivers were current, the documented speed was
less than 100kB/s. Let us not pretend that anyone cares about
these drivers anymore, or worse - pretend that anyone is using
them on a modern kernel.
As a side bonus, this is the end of legacy parallel port ethernet,
so we get to drop the whole chunk relating to that in the legacy
Space.c file containing the non-PCI unified probe dispatch.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/dlink/Makefile')
-rw-r--r-- | drivers/net/ethernet/dlink/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/dlink/Makefile b/drivers/net/ethernet/dlink/Makefile index c705eaa4f5b2..40085f67157b 100644 --- a/drivers/net/ethernet/dlink/Makefile +++ b/drivers/net/ethernet/dlink/Makefile @@ -2,7 +2,5 @@ # Makefile for the D-Link network device drivers. # -obj-$(CONFIG_DE600) += de600.o -obj-$(CONFIG_DE620) += de620.o obj-$(CONFIG_DL2K) += dl2k.o obj-$(CONFIG_SUNDANCE) += sundance.o |