diff --git a/[refs] b/[refs] index 605cc8f70f35..ad1e7e36722b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed653a640419cd9d1ad0f8dc176478e6634a694e +refs/heads/master: aed615a95f6dcc243daa99cc80658ad9ada95097 diff --git a/trunk/drivers/char/Kconfig b/trunk/drivers/char/Kconfig index 77286eb5826d..977a74e16efb 100644 --- a/trunk/drivers/char/Kconfig +++ b/trunk/drivers/char/Kconfig @@ -290,7 +290,7 @@ config SX config RIO tristate "Specialix RIO system support" - depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP + depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && !64BIT help This is a driver for the Specialix RIO, a smart serial card which drives an outboard box that can support up to 128 ports. Product diff --git a/trunk/drivers/char/rio/rio_linux.c b/trunk/drivers/char/rio/rio_linux.c index d7d484024e2b..2611b15b6bd1 100644 --- a/trunk/drivers/char/rio/rio_linux.c +++ b/trunk/drivers/char/rio/rio_linux.c @@ -56,10 +56,6 @@ #include #include -#if BITS_PER_LONG != 32 -# error FIXME: this driver only works on 32-bit platforms -#endif - #include "linux_compat.h" #include "typdef.h" #include "pkt.h"