more ACSI removal
authorAdrian Bunk <bunk@stusta.de>
Fri, 13 Jul 2007 05:54:30 +0000 (07:54 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 16 Jul 2007 13:02:47 +0000 (15:02 +0200)
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>

No differences found