summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/mci_pxa2xx.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/mci_pxa2xx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h b/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h
deleted file mode 100644
index b24bc58afe..0000000000
--- a/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-struct mci_host;
-struct device_d;
-
-struct pxamci_platform_data {
- int gpio_power;
- int gpio_power_invert;
- int (*init)(struct mci_host*, struct device_d*);
- int (*setpower)(struct mci_host*, int on);
-};