Skip to content
Snippets Groups Projects
Commit f8facbe7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

gpio: do not include <asm/arch/gpio.h> for UniPhier


I implemented a GPIO driver based on Driver Model for the UniPhier
SoC family, but I could not find any good reason why such SoC
specific GPIO headers are needed.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent b9a66b63
No related branches found
No related tags found
No related merge requests found
#ifndef CONFIG_ARCH_UNIPHIER
#include <asm/arch/gpio.h> #include <asm/arch/gpio.h>
#endif
#include <asm-generic/gpio.h> #include <asm-generic/gpio.h>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment