diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-21 16:59:51 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:07:43 +0200 |
commit | ceb519e94fc257429011c1cc9874c8bd75834f8d (patch) | |
tree | 1c706e9e18db0cab3fe7096c407983f8d3ebcc28 /arch/arm/mach-ux500/board-mop500.h | |
parent | ARM: ux500: Purge SFH7741 Proximity Sensor support when booting with ATAGs (diff) | |
download | linux-ceb519e94fc257429011c1cc9874c8bd75834f8d.tar.xz linux-ceb519e94fc257429011c1cc9874c8bd75834f8d.zip |
ARM: ux500: Remove I2C support when booting with ATAG support
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index cfc553c9e50d..341fad1122bb 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -79,7 +79,6 @@ #define SNOWBALL_EN_3V3_ETH_GPIO MOP500_AB8500_PIN_GPIO(26) /* GPIO26 */ struct device; -struct i2c_board_info; extern struct mmci_platform_data mop500_sdi0_data; extern struct mmci_platform_data mop500_sdi1_data; extern struct mmci_platform_data mop500_sdi2_data; |