From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Marginean Date: Fri, 12 Jul 2019 14:48:03 +0300 Subject: [U-Boot] [PATCH v4 2/4] gpio: do not include on ARCH_LS1028A In-Reply-To: <20190710131652.28358-2-chuanhua.han@nxp.com> References: <20190710131652.28358-1-chuanhua.han@nxp.com> <20190710131652.28358-2-chuanhua.han@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7/10/2019 4:16 PM, Chuanhua Han wrote: > As no gpio.h is defined for this architecture, to avoid > compilation failure, do not include for > arch ls1028a. > > Signed-off-by: Chuanhua Han > --- > depends on: > - https://patchwork.ozlabs.org/project/uboot/list/?series=113364 > - https://patchwork.ozlabs.org/project/uboot/list/?series=110856 > - https://patchwork.ozlabs.org/project/uboot/list/?series=109677 > > Changes in v4: > - No change. > Changes in v3: > - No change. > Changes in v2: > - No change. > > arch/arm/include/asm/gpio.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Reviewed-by: Alex Marginean