1
0
Fork 0

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 <asm/gpio.h>
                      ^
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Reviewed-by: Chin Liang See <clsee@altera.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
utp
Purna Chandra Mandal 2015-12-17 23:01:31 +05:30 committed by Daniel Schwierzeck
parent 782acf7b52
commit 1a96780016
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
#include <asm-generic/gpio.h>