[ARM] pxa: move PCMCIA definitions out of pxa-regs.h into pxa2xx_base.c
authorEric Miao <eric.miao@marvell.com>
Mon, 19 Jan 2009 09:34:27 +0000 (17:34 +0800)
committerEric Miao <eric.miao@marvell.com>
Mon, 9 Mar 2009 13:22:39 +0000 (21:22 +0800)
commitb393c69652333be31ad7a8205761c0d5b7f3e167
tree92fb162efe41532bc9867f3f7cf2c269b5ce0129
parent5742964e916269e01a3467d2bff2601180b7da3d
[ARM] pxa: move PCMCIA definitions out of pxa-regs.h into pxa2xx_base.c

Move the processor specific initialization (largely resources initialization)
out of soc_common_drv_pcmcia_probe() into dedicated sa11xx_drv_pcmcia_probe()
and __pxa2xx_drv_pcmcia_probe().

By doing this, we are now able to move the PCMCIA related definitions out of
pxa-regs.h and back into pxa2xx_base.c.

As a result, remove that reference of _PCMCIA1IO in arch/arm/mach-pxa/viper.c.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/include/mach/pxa-regs.h
arch/arm/mach-pxa/viper.c
drivers/pcmcia/pxa2xx_base.c
drivers/pcmcia/sa11xx_base.c
drivers/pcmcia/soc_common.c
drivers/pcmcia/soc_common.h