From cef2e06cf4184cadbfeb459a8a5ab7205f526f78 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Wed, 6 Nov 2013 10:05:46 +0000 Subject: ARM: ux500: Remove unused call to register AMBA devices Decomission the AMBA device register functions. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/setup.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-ux500/setup.h') diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h index bdb356498a74..e5682daadfd8 100644 --- a/arch/arm/mach-ux500/setup.h +++ b/arch/arm/mach-ux500/setup.h @@ -27,9 +27,6 @@ extern void __init ux500_init_irq(void); extern struct device *ux500_soc_device_init(const char *soc_id); -struct amba_device; -extern void __init amba_add_devices(struct amba_device *devs[], int num); - extern void ux500_timer_init(void); #define __IO_DEV_DESC(x, sz) { \ -- cgit v1.2.3 From c96e476816393ef9c1dfe35d59203824da998cb4 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Wed, 6 Nov 2013 10:05:47 +0000 Subject: ARM: ux500: Clean-up legacy extern prototype Decomission io_mapping() and device init calls from non-DT boot path. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/setup.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-ux500/setup.h') diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h index e5682daadfd8..7164cfd99710 100644 --- a/arch/arm/mach-ux500/setup.h +++ b/arch/arm/mach-ux500/setup.h @@ -19,9 +19,6 @@ void ux500_restart(enum reboot_mode mode, const char *cmd); void __init ux500_map_io(void); -extern void __init u8500_map_io(void); - -extern struct device * __init u8500_init_devices(void); extern void __init ux500_init_irq(void); -- cgit v1.2.3