Skip to content

Commit

Permalink
[PATCH] Char: mxser_new, CMSPAR is defined
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent a8dea4e commit e1241f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e1241f3

Please sign in to comment.