From fc86faf9d6f7bb3a73aaee5af4836544a8636fc4 Mon Sep 17 00:00:00 2001 From: Eugeniy Paltsev Date: Mon, 16 Oct 2017 15:15:33 +0300 Subject: ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO With CONFIG_CMD_GPIO compilation reports error: -------------------------->8--------------------- common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory #include ^ -------------------------->8--------------------- Signed-off-by: Eugeniy Paltsev Signed-off-by: Alexey Brodkin --- arch/arc/include/asm/gpio.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/arc/include/asm/gpio.h (limited to 'arch/arc/include/asm') diff --git a/arch/arc/include/asm/gpio.h b/arch/arc/include/asm/gpio.h new file mode 100644 index 0000000..306ab4c --- /dev/null +++ b/arch/arc/include/asm/gpio.h @@ -0,0 +1 @@ +#include -- cgit v1.1