[PATCH] Char: mxser_new, CMSPAR is defined
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:22 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
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>
drivers/char/mxser_new.c

index 92ca016..d311aaa 100644 (file)
@@ -1602,10 +1602,6 @@ static int mxser_read_register(int port, unsigned short *regs)
        return id;
 }
 
-#ifndef CMSPAR
-#define        CMSPAR 010000000000
-#endif
-
 static int mxser_ioctl_special(unsigned int cmd, void __user *argp)
 {
        struct mxser_port *port;