summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-spear/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-04-03 17:27:10 +0530
committerArnd Bergmann <arnd@arndb.de>2012-04-22 22:49:26 +0200
commit8076dd1b7deeaeb5c6f0b58be95c0a13164e1a99 (patch)
tree96e3741dec72d84de577b23c9e821a27bf371f63 /arch/arm/plat-spear/Makefile
parent52130b6033c580c27d968f64cd73209c9609e4e0 (diff)
downloadop-kernel-dev-8076dd1b7deeaeb5c6f0b58be95c0a13164e1a99.zip
op-kernel-dev-8076dd1b7deeaeb5c6f0b58be95c0a13164e1a99.tar.gz
SPEAr: Remove existing padmux support for SPEAr
We must use pinctrl framework instead of defining per SoC pinmux drivers. This patch removes existing padmux support present for SPEAr platform. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/plat-spear/Makefile')
-rw-r--r--arch/arm/plat-spear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-spear/Makefile b/arch/arm/plat-spear/Makefile
index 4af6258..7744802 100644
--- a/arch/arm/plat-spear/Makefile
+++ b/arch/arm/plat-spear/Makefile
@@ -5,4 +5,4 @@
# Common support
obj-y := clock.o restart.o time.o pl080.o
-obj-$(CONFIG_ARCH_SPEAR3XX) += shirq.o padmux.o
+obj-$(CONFIG_ARCH_SPEAR3XX) += shirq.o
OpenPOWER on IntegriCloud