diff options
author | Masahiro Yamada | 2016-09-17 03:33:07 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-09-18 23:47:27 +0900 |
commit | b78ffc53c58431cf8b710304676f9404f2fb9dd5 (patch) | |
tree | ede84cd2771e3b21ac25f633e74f4ebadb4bc505 /arch/arm/mach-uniphier/Makefile | |
parent | 68557ec37e815d4be18f16f10770d15a6f63b807 (diff) |
ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20
This is the last code in the mach-uniphier/pinctrl/ directory.
Push the remaining code out to delete the directory entirely.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile index df6888f80fd..548cfe76fc5 100644 --- a/arch/arm/mach-uniphier/Makefile +++ b/arch/arm/mach-uniphier/Makefile @@ -15,7 +15,7 @@ obj-y += board_init.o obj-$(CONFIG_BOARD_LATE_INIT) += board_late_init.o obj-y += reset.o -obj-y += pinctrl/ clk/ +obj-y += clk/ endif |