diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-21 15:59:51 +0100 |
---|---|---|
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 | 16b246ac50181c49e34e2846f4227cf8ad4d39c8 (diff) | |
download | op-kernel-dev-ceb519e94fc257429011c1cc9874c8bd75834f8d.zip op-kernel-dev-ceb519e94fc257429011c1cc9874c8bd75834f8d.tar.gz |
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 cfc553c..341fad1 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; |