From: Lee Jones Date: Wed, 21 Aug 2013 14:39:53 +0000 (+0100) Subject: ARM: ux500: Stop passing GPIO pdata when booitng with ATAGs enabled X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c8bc7a8a13da97103ff94e1646678a2f8438e9b5;p=linux-beck.git ARM: ux500: Stop passing GPIO pdata when booitng with ATAGs enabled 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 Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 48fbe2438ecc..ca169f6a34c4 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -50,14 +50,9 @@ #include "board-mop500.h" #include "board-mop500-regulators.h" -static struct abx500_gpio_platform_data ab8500_gpio_pdata = { - .gpio_base = MOP500_AB8500_PIN_GPIO(1), -}; - struct ab8500_platform_data ab8500_platdata = { .irq_base = MOP500_AB8500_IRQ_BASE, .regulator = &ab8500_regulator_plat_data, - .gpio = &ab8500_gpio_pdata, }; /*