summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/setup.h
diff options
context:
space:
mode:
authorLee Jones2013-09-18 15:53:06 +0200
committerLinus Walleij2013-09-26 11:08:53 +0200
commit3ea3e63938ca3adbdb02db99bce89a71b802ebab (patch)
tree47577e6af1f64687d581e4e7d1b1888aa267e9be /arch/arm/mach-ux500/setup.h
parentARM: ux500: Take out STUIB support when not booting with Device Tree (diff)
downloadkernel-qcow2-linux-3ea3e63938ca3adbdb02db99bce89a71b802ebab.tar.gz
kernel-qcow2-linux-3ea3e63938ca3adbdb02db99bce89a71b802ebab.tar.xz
kernel-qcow2-linux-3ea3e63938ca3adbdb02db99bce89a71b802ebab.zip
ARM: ux500: Purge UIB framework when booting with ATAGs
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/setup.h')
-rw-r--r--arch/arm/mach-ux500/setup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h
index 656324aad18e..bdb356498a74 100644
--- a/arch/arm/mach-ux500/setup.h
+++ b/arch/arm/mach-ux500/setup.h
@@ -24,7 +24,6 @@ extern void __init u8500_map_io(void);
extern struct device * __init u8500_init_devices(void);
extern void __init ux500_init_irq(void);
-extern void __init ux500_init_late(void);
extern struct device *ux500_soc_device_init(const char *soc_id);