aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish Trivedi <anish@freescale.com>2011-04-13 14:18:45 -0500
committerRichard Zhao <richard.zhao@freescale.com>2011-04-19 15:03:50 +0800
commit31a245d3206a3aea4a456d5f897bbdb24458d685 (patch)
tree5712c3aea37f40ab54578ded6ef13f2e0bb7e24a
parent7bd06bf7b39e8986b979e7a5063e914b2352d4d3 (diff)
ENGR00142089-2 MX51/MX53 Upgrade SCC2 and SAHARA drivers to 2.6.38
Removed SCC2 IRQ definitions from header file since IRQs will be obtained from resource array during probe function. Signed-off-by: Anish Trivedi <anish@freescale.com> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
-rw-r--r--include/linux/mxc_scc2_driver.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/mxc_scc2_driver.h b/include/linux/mxc_scc2_driver.h
index 4a32d628b06..91327e488d3 100644
--- a/include/linux/mxc_scc2_driver.h
+++ b/include/linux/mxc_scc2_driver.h
@@ -119,16 +119,6 @@
#define SCC_DRIVER_MINOR_VERSION_2 2
-/*!
- * Interrupt line number of SCM interrupt.
- */
-#define INT_SCC_SCM MXC_INT_SCC_SCM
-
-/*!
- * Interrupt line number of the SMN interrupt.
- */
-#define INT_SCC_SMN MXC_INT_SCC_SMN
-
/**
* @typedef scc_return_t
*/