diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-21 17:17:22 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:07:47 +0200 |
commit | 8b0dd112197a132b55b9ed3cc023b0c494f3f5dc (patch) | |
tree | faea0926c85b7be86f57003797d5b98cf0bd5a7e /arch/arm/mach-ux500/board-mop500.h | |
parent | ceb519e94fc257429011c1cc9874c8bd75834f8d (diff) | |
download | blackbird-op-linux-8b0dd112197a132b55b9ed3cc023b0c494f3f5dc.tar.gz blackbird-op-linux-8b0dd112197a132b55b9ed3cc023b0c494f3f5dc.zip |
ARM: ux500: Purge SDI support for ATAG booting
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/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index 341fad1122bb..06eb894eafe9 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -94,9 +94,6 @@ extern struct amba_pl011_data uart2_plat; extern struct pl022_ssp_controller ssp0_plat; extern struct stedma40_platform_data dma40_plat_data; -extern void mop500_sdi_init(struct device *parent); -extern void snowball_sdi_init(struct device *parent); -extern void hrefv60_sdi_init(struct device *parent); void __init mop500_u8500uib_init(void); void __init mop500_stuib_init(void); void __init mop500_pinmaps_init(void); |