projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8dea4e
)
[PATCH] Char: mxser_new, CMSPAR is defined
author
Jiri Slaby
<jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:22 +0000
(
02:38
-0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/char/mxser_new.c
b/drivers/char/mxser_new.c
index 92ca016d2e3ebebe788a0268bf21268ae571758f..d311aaa52b317350e7060d407dd29cd850d102d0 100644
(file)
--- 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;