commit | 23b631d7cf896e8c3e817c6ddd9ef399d4f72c1d | [log] [tgz] |
---|---|---|
author | Purna Chandra Mandal <purna.mandal@microchip.com> | Thu Dec 17 23:01:31 2015 +0530 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 16 21:06:45 2016 +0100 |
tree | 0f60f7ece1d5516fcec949fa9a2ce38abc5ae55b | |
parent | add1eb2509955ebe0f9b8bd6218904d015292fa9 [diff] |
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>