[MOXA]: Fix this driver properly.
authorAl Viro <viro@ZenIV.linux.org.uk>
Tue, 6 Sep 2005 06:30:15 +0000 (23:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 06:30:15 +0000 (23:30 -0700)
Actually, proper fix of that breakage is embarrassingly simple - it's yet
another gratitious leftover include of asm/segment.h, so incremental to the
previos would be removal of that BROKEN and removal of bogus include from
mxser.c itself.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/char/Kconfig
drivers/char/mxser.c

index df5f2b0e0750ebb469c37422162e65bc3d219f8f..f418f45e07800e2f8d832221139bc54acfb1a9ca 100644 (file)
@@ -175,7 +175,7 @@ config MOXA_INTELLIO
 
 config MOXA_SMARTIO
        tristate "Moxa SmartIO support"
-       depends on SERIAL_NONSTANDARD && (BROKEN || !SPARC32)
+       depends on SERIAL_NONSTANDARD
        help
          Say Y here if you have a Moxa SmartIO multiport serial card.
 
index f022f0944434158f31eb3a9b3f0c9da35abadf1b..d0ef1ae412981d774289575dba2ea8a866975e37 100644 (file)
@@ -63,7 +63,6 @@
 #include <asm/system.h>
 #include <asm/io.h>
 #include <asm/irq.h>
-#include <asm/segment.h>
 #include <asm/bitops.h>
 #include <asm/uaccess.h>
 
This page took 0.068784 seconds and 5 git commands to generate.