summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:18:46 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:18:46 -0600
commitb5e75f6414debaa7600431ffe4ffd295454b5fe0 (patch)
tree996938dc42c55bf277074931db0d998fa56529e2 /include
parent543399e90722aa635bb6d24d70e62254f0307b8b (diff)
Additional porting changes as a result of code review.
Minor porting fixes resulting from code review. Does not affect functionality. Patch applies to the linux 2.6.22 kernel for MX platforms. 1. Make SAHARA IRQ comment inclusive of all MX2 chips. 2. Remove BREAKPT_FREQ definition, since it is unused. http://www.bitshrine.org/gpp/linux-2.6.22-mx-Additional-porting-changes-as-a-result-of-.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/mxc_pm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/arch-mxc/mxc_pm.h b/include/asm-arm/arch-mxc/mxc_pm.h
index c0a97645eaad..8c80938de5b1 100644
--- a/include/asm-arm/arch-mxc/mxc_pm.h
+++ b/include/asm-arm/arch-mxc/mxc_pm.h
@@ -32,11 +32,6 @@
#define DOZE_MODE 112
#define STOP_MODE 113
#define DSM_MODE 114
-/*
- * Break-Point Frequency below which is low frequency and
- * above which is high frequency
- */
-#define BREAKPT_FREQ ((long)(400000000))
#define GATE_STOP_WAIT 9
#define GATE_STOP 10