diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-28 11:25:10 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-07-05 07:39:36 +0200 |
commit | 06de15694bb0c9d6c27b1f33dbf8337f1985a59d (patch) | |
tree | 67a4d201ae4838f75aca23ecc1b2ab7072349368 /arch/arm/mach-uniphier/Makefile | |
parent | Merge tag 'qcom-soc-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
download | linux-06de15694bb0c9d6c27b1f33dbf8337f1985a59d.tar.xz linux-06de15694bb0c9d6c27b1f33dbf8337f1985a59d.zip |
ARM: uniphier: remove empty DT machine descriptor
Since the initial support of mach-uniphier, this has always been
just empty.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile index 1233f9b610bc..396afe109e67 100644 --- a/arch/arm/mach-uniphier/Makefile +++ b/arch/arm/mach-uniphier/Makefile @@ -1,2 +1 @@ -obj-y := uniphier.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o |