aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mxser_new.c
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2006-12-08 05:38:22 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 11:28:54 -0500
commite1241f34eb21d01e000b827c74c098bfdca6eefc (patch)
treedf232d780559e564f16965265feb779d9f9dbd3d /drivers/char/mxser_new.c
parenta8dea4ec8012b5f55f8a68819a1809fe70635e29 (diff)
[PATCH] Char: mxser_new, CMSPAR is defined
There is no need to have another (ifndeffed) definition of CMSPAR. It's defined in includes. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/mxser_new.c')
-rw-r--r--drivers/char/mxser_new.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c
index 92ca016d2e3e..d311aaa52b31 100644
--- a/drivers/char/mxser_new.c
+++ b/drivers/char/mxser_new.c
@@ -1602,10 +1602,6 @@ static int mxser_read_register(int port, unsigned short *regs)
1602 return id; 1602 return id;
1603} 1603}
1604 1604
1605#ifndef CMSPAR
1606#define CMSPAR 010000000000
1607#endif
1608
1609static int mxser_ioctl_special(unsigned int cmd, void __user *argp) 1605static int mxser_ioctl_special(unsigned int cmd, void __user *argp)
1610{ 1606{
1611 struct mxser_port *port; 1607 struct mxser_port *port;