aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2008-04-17 03:37:29 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-04-17 11:18:18 -0400
commit8c9915bf310eeb1fe5a9a614cda6ee57d712460b (patch)
tree9eb7bae6d29ecd124a1106af8d2bda2ffcadd60c /drivers/serial
parentd2db9aaa4a5b9f2a1d54080c13f5ff4fc6d0ae1b (diff)
[ARM] 4993/1: <IMX UART>: Trivial: Remove unused defines
This patch removes the unused defines NR_PORTS and IMX_ISR_PASS_LIMIT in the imx serial driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/imx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/serial/imx.c b/drivers/serial/imx.c
index 56af1f566a4c..06fa54c53fdc 100644
--- a/drivers/serial/imx.c
+++ b/drivers/serial/imx.c
@@ -166,10 +166,6 @@
166#define SERIAL_IMX_MAJOR 204 166#define SERIAL_IMX_MAJOR 204
167#define MINOR_START 41 167#define MINOR_START 41
168 168
169#define NR_PORTS 2
170
171#define IMX_ISR_PASS_LIMIT 256
172
173/* 169/*
174 * This is the size of our serial port register set. 170 * This is the size of our serial port register set.
175 */ 171 */