aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/hx4700.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index f49043cbab10..0e7806a7e971 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -788,17 +788,6 @@ static struct platform_device audio = {
788 788
789 789
790/* 790/*
791 * PCMCIA
792 */
793
794static struct platform_device pcmcia = {
795 .name = "hx4700-pcmcia",
796 .dev = {
797 .parent = &asic3.dev,
798 },
799};
800
801/*
802 * Platform devices 791 * Platform devices
803 */ 792 */
804 793
@@ -814,7 +803,6 @@ static struct platform_device *devices[] __initdata = {
814 &power_supply, 803 &power_supply,
815 &strataflash, 804 &strataflash,
816 &audio, 805 &audio,
817 &pcmcia,
818}; 806};
819 807
820static struct gpio global_gpios[] = { 808static struct gpio global_gpios[] = {