aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-06-12 14:49:46 +0200
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-07-01 15:26:47 +0800
commita2f81c0eb40e1f5e7eff016322f3f0e5a2e68b5e (patch)
tree40708812efd6ce0713f081b554c60445d99c3f29 /arch/arm/mach-pxa
parentLinux 3.5-rc5 (diff)
downloadlinux-dev-a2f81c0eb40e1f5e7eff016322f3f0e5a2e68b5e.tar.xz
linux-dev-a2f81c0eb40e1f5e7eff016322f3f0e5a2e68b5e.zip
ARM: pxa: remove eseries.h
Commit e478fe4cd50b86e95fadc415438b63fa94060b7d ("[ARM] pxa: merge all eseries board code into eseries.c") removed all six files that included eseries.h. Everything that this header provides is now either local to eseries.c or entirely unused. It was apparently just an oversight to keep this header. This header can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Tested-by: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/eseries.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-pxa/eseries.h b/arch/arm/mach-pxa/eseries.h
deleted file mode 100644
index b96949dd5adb..000000000000
--- a/arch/arm/mach-pxa/eseries.h
+++ /dev/null
@@ -1,14 +0,0 @@
-void __init eseries_fixup(struct tag *tags, char **cmdline, struct meminfo *mi);
-
-extern struct pxa2xx_udc_mach_info e7xx_udc_mach_info;
-extern struct pxaficp_platform_data e7xx_ficp_platform_data;
-extern int e7xx_irda_init(void);
-
-extern int eseries_tmio_enable(struct platform_device *dev);
-extern int eseries_tmio_disable(struct platform_device *dev);
-extern int eseries_tmio_suspend(struct platform_device *dev);
-extern int eseries_tmio_resume(struct platform_device *dev);
-extern void eseries_get_tmio_gpios(void);
-extern struct resource eseries_tmio_resources[];
-extern struct platform_device e300_tc6387xb_device;
-