Commit 1182b13f authored by Andi Kleen's avatar Andi Kleen Committed by James Bottomley

[PATCH] Mark Ninja SCSI driver as !64BIT

Ninjas don't seem to like 64bit. The driver spew out so many
integer/pointer mismatch warnings that I gave up.

Mark it as !64BIT

-Andi
parent 54ef2877
...@@ -27,7 +27,7 @@ config PCMCIA_FDOMAIN ...@@ -27,7 +27,7 @@ config PCMCIA_FDOMAIN
config PCMCIA_NINJA_SCSI config PCMCIA_NINJA_SCSI
tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
depends on m depends on m && !64BIT
help help
If you intend to attach this type of PCMCIA SCSI host adapter to If you intend to attach this type of PCMCIA SCSI host adapter to
your computer, say Y here and read your computer, say Y here and read
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment