Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1241f34 authored by Jiri Slaby's avatar Jiri Slaby Committed by Linus Torvalds
Browse files

[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: default avatarJiri Slaby <jirislaby@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a8dea4ec
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;