diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-28 17:14:12 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-17 07:49:23 -0400 |
commit | fa6557aff47f25e5b6b92c930a9b60a12acd0b58 (patch) | |
tree | 64e130eaca955dcc895270a691670c690d394b18 /drivers/net/tulip/Makefile | |
parent | 548c36e983f346621b5cb9ab031e4383e9996576 (diff) |
remove the obsolete xircom_tulip_cb driver
The xircom_tulip_cb driver has been replaced the xircom_cb driver, and
since it depended on BROKEN_ON_SMP it e.g. was no longer present in many
distribution kernels.
This patch therefore removes it.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/tulip/Makefile')
-rw-r--r-- | drivers/net/tulip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tulip/Makefile b/drivers/net/tulip/Makefile index 451090d6fcca..200cbf7c815c 100644 --- a/drivers/net/tulip/Makefile +++ b/drivers/net/tulip/Makefile | |||
@@ -2,7 +2,6 @@ | |||
2 | # Makefile for the Linux "Tulip" family network device drivers. | 2 | # Makefile for the Linux "Tulip" family network device drivers. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_PCMCIA_XIRTULIP) += xircom_tulip_cb.o | ||
6 | obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o | 5 | obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o |
7 | obj-$(CONFIG_DM9102) += dmfe.o | 6 | obj-$(CONFIG_DM9102) += dmfe.o |
8 | obj-$(CONFIG_WINBOND_840) += winbond-840.o | 7 | obj-$(CONFIG_WINBOND_840) += winbond-840.o |