]> Git Repo - u-boot.git/commit
MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.
authorPurna Chandra Mandal <[email protected]>
Thu, 17 Dec 2015 17:31:31 +0000 (23:01 +0530)
committerDaniel Schwierzeck <[email protected]>
Sat, 16 Jan 2016 20:06:45 +0000 (21:06 +0100)
commit1a96780016beba15470ce34689dc951761db2d2a
tree0f60f7ece1d5516fcec949fa9a2ce38abc5ae55b
parent782acf7b52db6bec1a796773e3033b4afcd6c9e2
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 <[email protected]>
Reviewed-by: Chin Liang See <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/mips/include/asm/gpio.h [new file with mode: 0644]
This page took 0.031781 seconds and 4 git commands to generate.