diff options
| author | Adrian Bunk <bunk@stusta.de> | 2007-07-13 01:54:30 -0400 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-16 09:02:47 -0400 |
| commit | 56a68a500fcab9e3a9a49ca7fbef14230ab7d144 (patch) | |
| tree | 025df1861407c76327bb80c118e1a3046032e312 /drivers/net/Makefile | |
| parent | 5874c18b105cc7a24972191b7f08a93b1205a425 (diff) | |
more ACSI removal
This patch removes some code that became dead code after the ATARI_ACSI
removal.
It also indirectly fixes the following bug introduced by
commit c2bcf3b8978c291e1b7f6499475c8403a259d4d6:
config ATARI_SLM
tristate "Atari SLM laser printer support"
- depends on ATARI && ATARI_ACSI!=n
+ depends on ATARI
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index c26b867421..a21b98ea16 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
| @@ -180,8 +180,6 @@ obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o | |||
| 180 | obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o | 180 | obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o |
| 181 | obj-$(CONFIG_DECLANCE) += declance.o | 181 | obj-$(CONFIG_DECLANCE) += declance.o |
| 182 | obj-$(CONFIG_ATARILANCE) += atarilance.o | 182 | obj-$(CONFIG_ATARILANCE) += atarilance.o |
| 183 | obj-$(CONFIG_ATARI_BIONET) += atari_bionet.o | ||
| 184 | obj-$(CONFIG_ATARI_PAMSNET) += atari_pamsnet.o | ||
| 185 | obj-$(CONFIG_A2065) += a2065.o | 183 | obj-$(CONFIG_A2065) += a2065.o |
| 186 | obj-$(CONFIG_HYDRA) += hydra.o | 184 | obj-$(CONFIG_HYDRA) += hydra.o |
| 187 | obj-$(CONFIG_ARIADNE) += ariadne.o | 185 | obj-$(CONFIG_ARIADNE) += ariadne.o |
