diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-28 02:04:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:00:29 -0500 |
commit | f1862b0ae2294f6970f695abf02392d025e02dbe (patch) | |
tree | 515590bb559ba8da0377907a68b1a9b42306ee34 /drivers/net/Makefile | |
parent | 9ef32d0d1f64cad414697f34bda1b269f632f0cd (diff) |
[SHAPER]: The scheduled shaper removal.
This patch contains the scheduled removal of the shaper driver.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 17a2ffd73d7d..a2f2662c244b 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -93,7 +93,6 @@ obj-$(CONFIG_NET_SB1000) += sb1000.o | |||
93 | obj-$(CONFIG_MAC8390) += mac8390.o | 93 | obj-$(CONFIG_MAC8390) += mac8390.o |
94 | obj-$(CONFIG_APNE) += apne.o 8390.o | 94 | obj-$(CONFIG_APNE) += apne.o 8390.o |
95 | obj-$(CONFIG_PCMCIA_PCNET) += 8390.o | 95 | obj-$(CONFIG_PCMCIA_PCNET) += 8390.o |
96 | obj-$(CONFIG_SHAPER) += shaper.o | ||
97 | obj-$(CONFIG_HP100) += hp100.o | 96 | obj-$(CONFIG_HP100) += hp100.o |
98 | obj-$(CONFIG_SMC9194) += smc9194.o | 97 | obj-$(CONFIG_SMC9194) += smc9194.o |
99 | obj-$(CONFIG_FEC) += fec.o | 98 | obj-$(CONFIG_FEC) += fec.o |