aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mxser.c
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2005-09-05 23:30:15 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-05 23:30:15 -0700
commit1d25240fcfce0e55540a273b1e1b07d304065a31 (patch)
tree96a2a7d68af533283e59f055033a7d5fd44d0dda /drivers/char/mxser.c
parentMerge watchdog driver updates (diff)
downloadlinux-dev-1d25240fcfce0e55540a273b1e1b07d304065a31.tar.xz
linux-dev-1d25240fcfce0e55540a273b1e1b07d304065a31.zip
[MOXA]: Fix this driver properly.
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>
Diffstat (limited to 'drivers/char/mxser.c')
-rw-r--r--drivers/char/mxser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/mxser.c b/drivers/char/mxser.c
index f022f0944434..d0ef1ae41298 100644
--- a/drivers/char/mxser.c
+++ b/drivers/char/mxser.c
@@ -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>