[<prev] [next>] [day] [month] [year] [list]
Message-id: <126432123123@karneval.cz>
Date: Wed, 4 Oct 2006 00:06:30 +0200 (CEST)
From: Jiri Slaby <jirislaby@...il.com>
To: Andrew Morton <akpm@...l.org>
Cc: <linux-kernel@...r.kernel.org>, <support@...a.com.tw>
Subject: [PATCH 6/6] Char: mxser_new, CMSPAR is defined
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@...il.com>
---
commit 6545715838791f2e9f1501b5b48fae69f2d82d35
tree 1a289cd1a7c4d0e744c5036ebdd92ba4d40cb52f
parent b4f8f18a380e652a92f0dbd41622b5f536a00bed
author Jiri Slaby <jirislaby@...il.com> Tue, 03 Oct 2006 23:59:23 +0200
committer Jiri Slaby <xslaby@...moi.localdomain> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists