ARM: platform fixups: remove mdesc argument to fixup function
Get rid of the mdesc pointer in the fixup function call. No one uses
the mdesc pointer, it shouldn't be modified anyway, and we can't wrap
it, so let's remove it.
Platform files found by:
$ regexp=$(git grep -h '\.fixup.*=' arch/arm |
sed 's!.*= *\([^,]*\),* *!\1!' | sort -u |
tr '\n' '|' | sed 's,|$,,;s,|,\\|,g')
$ git grep $regexp arch/arm
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-12-20 10:37:50 +00:00
|
|
|
void __init eseries_fixup(struct tag *tags, char **cmdline, struct meminfo *mi);
|
2008-08-19 11:14:21 +00:00
|
|
|
|
2008-08-19 12:34:56 +00:00
|
|
|
extern struct pxa2xx_udc_mach_info e7xx_udc_mach_info;
|
2008-08-24 18:21:26 +00:00
|
|
|
extern struct pxaficp_platform_data e7xx_ficp_platform_data;
|
|
|
|
extern int e7xx_irda_init(void);
|
|
|
|
|
2008-09-26 12:38:59 +00:00
|
|
|
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;
|
|
|
|
|