From: Jens Axboe <hidden> Date: 2007-07-13 05:43:19
Also in:lkml
On Fri, Jul 13 2007, Adrian Bunk wrote:
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
Signed-off-by: Adrian Bunk <redacted>