From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 18 Dec 2015 16:39:23 +0800 Subject: [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO. In-Reply-To: <5672F173.8070000@microchip.com> References: <5672F173.8070000@microchip.com> Message-ID: <1450427963.1881.2.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2015-12-17 at 23:01 +0530, Purna Chandra Mandal wrote: > 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 Thanks Chin Liang