diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-08-04 20:03:08 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 02:58:06 +0200 |
commit | 815fc8c06b57f283f942c6c25e3c58d6e4cb8fd7 (patch) | |
tree | 79cb0fdbfaf4880273be3eb42d3482b650522664 /arch/arm/mach-shmobile/Makefile | |
parent | ARM: shmobile: Remove obsolete sh-gpio.h (diff) | |
download | linux-815fc8c06b57f283f942c6c25e3c58d6e4cb8fd7.tar.xz linux-815fc8c06b57f283f942c6c25e3c58d6e4cb8fd7.zip |
ARM: shmobile: Remove obsolete custom earlyprintk code
The last caller of shmobile_setup_console() was removed in commit
44d88c754e57a6d9 ("ARM: shmobile: Remove legacy SoC code for R-Mobile
A1").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 476de30798d7..b02841528e05 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -3,7 +3,7 @@ # # Common objects -obj-y := timer.o console.o +obj-y := timer.o # CPU objects obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o |