Commit 76781ca6 authored by Andi Kleen's avatar Andi Kleen Committed by Jeff Garzik

[PATCH] Mark IBM TR driver as not 64 bit clean

This driver doesn't seem to be 64bit clean judging from the warnings
on x86-64. Mark it as !64BIT.

-Andi
parent 6ed79b63
......@@ -119,7 +119,7 @@ config ARCNET_COM20020_CS
config PCMCIA_IBMTR
tristate "IBM PCMCIA tokenring adapter support"
depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA
depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA && !64BIT
help
Say Y here if you intend to attach this type of Token Ring PCMCIA
card to your computer. You then also need to say Y to "Token Ring
......
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