Home
last modified time | relevance | path

Searched hist:"1 a967800" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dgpio.h1a967800 Thu Dec 17 11:31:31 CST 2015 Purna Chandra Mandal <purna.mandal@microchip.com> 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>