aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-28 01:57:33 -0500
committerEric Miao <eric.miao@marvell.com>2008-12-02 01:42:39 -0500
commitbf8b38654be05aa2e5e537a1d4353cefa1fa4b42 (patch)
tree0ec6fef6e25fc9782a5b6fe8e61fd3b23d454211 /arch/arm
parentf1647e4c068139b5f6c988b0862eb1d233dfffe2 (diff)
[ARM] pxa: further cleanup of pxa-regs.h
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/include/mach/pxa-regs.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa-regs.h b/arch/arm/mach-pxa/include/mach/pxa-regs.h
index 782ad4ab8055..ad65826dcafa 100644
--- a/arch/arm/mach-pxa/include/mach/pxa-regs.h
+++ b/arch/arm/mach-pxa/include/mach/pxa-regs.h
@@ -124,18 +124,6 @@
124#define DCMD_LENGTH 0x01fff /* length mask (max = 8K - 1) */ 124#define DCMD_LENGTH 0x01fff /* length mask (max = 8K - 1) */
125 125
126/* 126/*
127 * I2C registers - moved into drivers/i2c/busses/i2c-pxa.c
128 */
129
130/*
131 * Serial Audio Controller - moved into sound/soc/pxa/pxa2xx-i2s.c
132 */
133
134/*
135 * Fast Infrared Communication Port - moved into drivers/net/irda/pxaficp_ir.c
136 */
137
138/*
139 * Real Time Clock 127 * Real Time Clock
140 */ 128 */
141 129
@@ -271,21 +259,4 @@
271#define GAFR(x) (*((((x) & 0x7f) < 96) ? &_GAFR(x) : \ 259#define GAFR(x) (*((((x) & 0x7f) < 96) ? &_GAFR(x) : \
272 ((((x) & 0x7f) < 112) ? &GAFR3_L : &GAFR3_U))) 260 ((((x) & 0x7f) < 112) ? &GAFR3_L : &GAFR3_U)))
273 261
274
275/*
276 * Power Manager - see pxa2xx-regs.h
277 */
278
279/*
280 * SSP Serial Port Registers - see arch/arm/mach-pxa/include/mach/regs-ssp.h
281 */
282
283/*
284 * MultiMediaCard (MMC) controller - see drivers/mmc/host/pxamci.h
285 */
286
287/*
288 * Core Clock - see arch/arm/mach-pxa/include/mach/pxa2xx-regs.h
289 */
290
291#endif 262#endif