summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/devices-common.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-08-22 14:58:29 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:08:15 +0200
commit1bef5c6722b8e4444c7a1bf5c464d8e464ed7fa8 (patch)
treebef8792378b348c1377db992b1df69ab489641c0 /arch/arm/mach-ux500/devices-common.h
parenta6fdf37e2a8fd16873d9772ba10f7ab8737aca4f (diff)
downloadblackbird-op-linux-1bef5c6722b8e4444c7a1bf5c464d8e464ed7fa8.tar.gz
blackbird-op-linux-1bef5c6722b8e4444c7a1bf5c464d8e464ed7fa8.zip
ARM: ux500: Rip out SSP/SPI registration 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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-ux500/devices-common.h b/arch/arm/mach-ux500/devices-common.h
index ce48a024c034..15bf1ab22399 100644
--- a/arch/arm/mach-ux500/devices-common.h
+++ b/arch/arm/mach-ux500/devices-common.h
@@ -13,17 +13,6 @@
#include <linux/sys_soc.h>
#include <linux/amba/bus.h>
-struct spi_master_cntlr;
-
-static inline struct amba_device *
-dbx500_add_spi(struct device *parent, const char *name, resource_size_t base,
- int irq, struct spi_master_cntlr *pdata,
- u32 periphid)
-{
- return amba_ahb_device_add(parent, name, base, SZ_4K, irq, 0,
- pdata, periphid);
-}
-
struct amba_pl011_data;
static inline struct amba_device *
OpenPOWER on IntegriCloud