diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-23 09:19:01 +0100 |
---|---|---|
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 | 254a40783d353528fce527d1f512189255b4b40c (diff) | |
download | op-kernel-dev-791ffcdebf7a9553bfc46b39689e26531b1e1f02.zip op-kernel-dev-791ffcdebf7a9553bfc46b39689e26531b1e1f02.tar.gz |
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 fc4048f..6d59218 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 |