Browse Source

[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>
Jiri Slaby 18 years ago
parent
commit
e1241f34eb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/char/mxser_new.c

+ 0 - 4
drivers/char/mxser_new.c

@@ -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;