From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Mon, 08 Aug 2011 11:32:32 +0530 Subject: [U-Boot] [PATCH] OMAP3: Fix gpio.h usage In-Reply-To: <1312569092-21338-1-git-send-email-dirk.behme@gmail.com> References: <1312569092-21338-1-git-send-email-dirk.behme@gmail.com> Message-ID: <4E3F7BF8.9040809@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dirk, On Saturday 06 August 2011 12:01 AM, Dirk Behme wrote: > From: Dirk Behme > > The patch "omap: reuse omap3 gpio support in omap4" moves > arch/arm/include/asm/arch-omap3/gpio.h to > arch/arm/include/asm/omap_gpio.h but misses to touch all > users of arch-omap3/gpio.h. This results in various build > failures like > > : error: asm/arch/gpio.h: No such file or directory > > Fix this by correcting the now wrong includes. I had submitted a patch to fix this issue as soon as I found it: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/103472/focus=104699 This one restores asm/arch/gpio.h br, Aneesh