
8 Aug
2011
8 Aug
'11
8:02 a.m.
Hi Dirk,
On Saturday 06 August 2011 12:01 AM, Dirk Behme wrote:
From: Dirk Behmedirk.behme@googlemail.com
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
<vaious OMAP3 files>: 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