diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-10-27 15:38:22 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-11-07 18:00:24 -0600 |
commit | 52530343331dc111e0899bfc976f21ace5b5c95c (patch) | |
tree | 815a1e0e8950dec620bd664367edfa9f69e4099c /arch/arm/mach-highbank/Makefile | |
parent | d3ad4a60a1b1448e59914eebefe1ccc8e64f9e2f (diff) | |
download | linux-3.10-52530343331dc111e0899bfc976f21ace5b5c95c.tar.gz linux-3.10-52530343331dc111e0899bfc976f21ace5b5c95c.tar.bz2 linux-3.10-52530343331dc111e0899bfc976f21ace5b5c95c.zip |
ARM: highbank: use common debug_ll_io_init
Remove the platform static mapping code for uart and use the common
debug_ll_io_init function.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r-- | arch/arm/mach-highbank/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 3ec8bdd25d0..8a1ef576d79 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile @@ -3,7 +3,6 @@ obj-y := highbank.o system.o smc.o plus_sec := $(call as-instr,.arch_extension sec,+sec) AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec) -obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_PM_SLEEP) += pm.o |