diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2006-12-08 11:38:22 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 17:28:54 +0100 |
commit | e1241f34eb21d01e000b827c74c098bfdca6eefc (patch) | |
tree | df232d780559e564f16965265feb779d9f9dbd3d | |
parent | [PATCH] Char: mxser_new, code upside down (diff) | |
download | linux-e1241f34eb21d01e000b827c74c098bfdca6eefc.tar.xz linux-e1241f34eb21d01e000b827c74c098bfdca6eefc.zip |
[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>
-rw-r--r-- | drivers/char/mxser_new.c | 4 |
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) return id; } -#ifndef CMSPAR -#define CMSPAR 010000000000 -#endif - static int mxser_ioctl_special(unsigned int cmd, void __user *argp) { struct mxser_port *port; |