aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAnish Trivedi <anish@freescale.com>2011-04-13 14:18:45 -0500
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:37:46 +0800
commitb1a3d58358bf9202f31c405c9f3cdc4ce9850082 (patch)
tree15c9db562daa1e50c64984d354d5e0df41cb6e31 /include/linux
parentd8010395744d6730aa3a8f651345f919bc8127b4 (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>
Diffstat (limited to 'include/linux')
-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
*/