From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 20 Aug 2011 17:30:52 +0200 Subject: [U-Boot] [PATCH] omap: fix gpio related build breaks In-Reply-To: <1312180253-30879-1-git-send-email-aneesh@ti.com> References: <1311958990-546-1-git-send-email-aneesh@ti.com> <1312180253-30879-1-git-send-email-aneesh@ti.com> Message-ID: <4E4FD32C.2080206@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Aneesh, Le 01/08/2011 08:30, Aneesh V a ?crit : > Signed-off-by: Aneesh V > --- > Hi Sandeep, > This is an incremental patch to fix the build issues created > by "[PATCH 3/5] omap: reuse omap3 gpio support in omap4" > in the omap4460 series. > --- > arch/arm/cpu/armv7/omap-common/gpio.c | 2 +- > arch/arm/cpu/armv7/omap3/board.c | 2 +- > arch/arm/cpu/armv7/omap4/board.c | 2 +- > arch/arm/include/asm/arch-omap3/gpio.h | 50 +++++++++++++++++++++++++++++++ > arch/arm/include/asm/arch-omap3/omap3.h | 8 ----- > arch/arm/include/asm/arch-omap4/gpio.h | 50 +++++++++++++++++++++++++++++++ > arch/arm/include/asm/arch-omap4/omap4.h | 8 ----- > board/pandora/pandora.c | 1 + > 8 files changed, 104 insertions(+), 19 deletions(-) > create mode 100644 arch/arm/include/asm/arch-omap3/gpio.h > create mode 100644 arch/arm/include/asm/arch-omap4/gpio.h Applied to u-boot-arm/master with Sandeep's agreement, thanks! Amicalement, -- Albert.