From: Eugeniy Paltsev Date: Mon, 16 Oct 2017 12:15:33 +0000 (+0300) Subject: ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO X-Git-Tag: v2018.01-rc2~36^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fc86faf9d6f7bb3a73aaee5af4836544a8636fc4;p=u-boot 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 --- diff --git a/arch/arc/include/asm/gpio.h b/arch/arc/include/asm/gpio.h new file mode 100644 index 0000000000..306ab4c9f2 --- /dev/null +++ b/arch/arc/include/asm/gpio.h @@ -0,0 +1 @@ +#include