[PATCH 6/6] Char: mxser_new, CMSPAR is defined

From: Jiri Slaby
Date: Tue Oct 03 2006 - 18:06:59 EST


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

---
commit 6545715838791f2e9f1501b5b48fae69f2d82d35
tree 1a289cd1a7c4d0e744c5036ebdd92ba4d40cb52f
parent b4f8f18a380e652a92f0dbd41622b5f536a00bed
author Jiri Slaby <jirislaby@xxxxxxxxx> Tue, 03 Oct 2006 23:59:23 +0200
committer Jiri Slaby <xslaby@xxxxxxxxxxxxxxxxxx> Tue, 03 Oct 2006 23:59:23 +0200

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 d4cb2d8..cb9c865 100644
--- a/drivers/char/mxser_new.c
+++ b/drivers/char/mxser_new.c
@@ -1602,10 +1602,6 @@ static int mxser_read_register(int port,
return id;
}

-#ifndef CMSPAR
-#define CMSPAR 010000000000
-#endif
-
static int mxser_ioctl_special(unsigned int cmd, void __user *argp)
{
struct mxser_port *port;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/