diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 17:51:26 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 19:24:28 -0500 |
commit | 8b6edf362235639141d43880fcc29773fecadc92 (patch) | |
tree | 723d0b526dce7dafb6d8914ca06094f6350b495a /arch/arm/mach-shmobile/Makefile | |
parent | 02b01adb922119f07042ddbc72b589da7f7f79c2 (diff) |
ARM: shmobile: r8a7779: Use driver-provided pinmux info
Pinmux info for the r8a7779 is now provided by pinmux drivers. Remove
the duplicate copy in arch code.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index fb07d8e6c150..de3d3fae4ae2 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -23,7 +23,6 @@ smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o | |||
23 | pfc-y := | 23 | pfc-y := |
24 | pfc-$(CONFIG_ARCH_SH7372) += pfc-sh7372.o | 24 | pfc-$(CONFIG_ARCH_SH7372) += pfc-sh7372.o |
25 | pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o | 25 | pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o |
26 | pfc-$(CONFIG_ARCH_R8A7779) += pfc-r8a7779.o | ||
27 | 26 | ||
28 | # IRQ objects | 27 | # IRQ objects |
29 | obj-$(CONFIG_ARCH_SH7372) += entry-intc.o | 28 | obj-$(CONFIG_ARCH_SH7372) += entry-intc.o |