summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/devices-common.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 17:49:52 +0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 13:08:04 +0400
commitf1ff5b2549990b5de080b52e3313cbb30c218853 (patch)
tree8829319fb51b867372d034238e09175248ef7112 /arch/arm/mach-ux500/devices-common.h
parent2120c3bfc5c5fbd12a851d5823c8e1e01deccfe7 (diff)
downloadlinux-f1ff5b2549990b5de080b52e3313cbb30c218853.tar.xz
ARM: ux500: Stop enabling GPIOs when not booting with Device Tree
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-common.h')
-rw-r--r--arch/arm/mach-ux500/devices-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/devices-common.h b/arch/arm/mach-ux500/devices-common.h
index 7167b6951c53..ce48a024c034 100644
--- a/arch/arm/mach-ux500/devices-common.h
+++ b/arch/arm/mach-ux500/devices-common.h
@@ -33,9 +33,4 @@ dbx500_add_uart(struct device *parent, const char *name, resource_size_t base,
return amba_ahb_device_add(parent, name, base, SZ_4K, irq, 0, pdata, 0);
}
-struct nmk_gpio_platform_data;
-
-void dbx500_add_gpios(struct device *parent, resource_size_t *base, int num,
- int irq, struct nmk_gpio_platform_data *pdata);
-
#endif