From: Purna Chandra Mandal Date: Thu, 17 Dec 2015 17:31:31 +0000 (+0530) Subject: MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO. X-Git-Tag: KARO-TXSD-2017-03-15~2283^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1a96780016beba15470ce34689dc951761db2d2a;p=karo-tx-uboot.git MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO. With CONFIG_CMD_GPIO compilation reports error. common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory #include ^ Signed-off-by: Purna Chandra Mandal Reviewed-by: Chin Liang See Reviewed-by: Simon Glass --- diff --git a/arch/mips/include/asm/gpio.h b/arch/mips/include/asm/gpio.h new file mode 100644 index 0000000000..306ab4c9f2 --- /dev/null +++ b/arch/mips/include/asm/gpio.h @@ -0,0 +1 @@ +#include