diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-23 10:19:01 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:30 +0200 |
commit | 791ffcdebf7a9553bfc46b39689e26531b1e1f02 (patch) | |
tree | 9b3462d63cafc55d693896793c790fa94cbad352 /arch/arm/mach-ux500/devices-db8500.h | |
parent | ARM: ux500: Stop requesting the SoC device to play 'parent' role (diff) | |
download | linux-791ffcdebf7a9553bfc46b39689e26531b1e1f02.tar.xz linux-791ffcdebf7a9553bfc46b39689e26531b1e1f02.zip |
ARM: ux500: Purge DB8500 PRCMU registration when not booting with DT
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/devices-db8500.h')
-rw-r--r-- | arch/arm/mach-ux500/devices-db8500.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.h b/arch/arm/mach-ux500/devices-db8500.h index fc4048f0432c..6d592185e71c 100644 --- a/arch/arm/mach-ux500/devices-db8500.h +++ b/arch/arm/mach-ux500/devices-db8500.h @@ -16,6 +16,5 @@ struct platform_device; extern struct ab8500_platform_data ab8500_platdata; extern struct prcmu_pdata db8500_prcmu_pdata; -extern struct platform_device db8500_prcmu_device; #endif |