diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-28 18:25:10 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-07-04 22:39:36 -0700 |
commit | 06de15694bb0c9d6c27b1f33dbf8337f1985a59d (patch) | |
tree | 67a4d201ae4838f75aca23ecc1b2ab7072349368 /arch/arm/mach-uniphier/Makefile | |
parent | b45efe38f6e4a7441b252a9ce2576afc63c70c59 (diff) | |
download | op-kernel-dev-06de15694bb0c9d6c27b1f33dbf8337f1985a59d.zip op-kernel-dev-06de15694bb0c9d6c27b1f33dbf8337f1985a59d.tar.gz |
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 1233f9b..396afe1 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 |