Re: [PATCH 3/9] ARM: omap2: include linux/errno.h in hwmod_reset

2013-02-15 Thread Arnd Bergmann
On Thursday 14 February 2013, Tony Lindgren wrote: > * Arnd Bergmann [130214 14:51]: > > The newly created omap_hwmod_reset.c is missing an > > include of linux/errno.h in commit c02060d8 "ARM: > > OMAP4+: AESS: enable internal auto-gating during > > initial setup". It still works in omap2_defconf

Re: [PATCH 3/9] ARM: omap2: include linux/errno.h in hwmod_reset

2013-02-14 Thread Paul Walmsley
On Thu, 14 Feb 2013, Arnd Bergmann wrote: > The newly created omap_hwmod_reset.c is missing an > include of linux/errno.h in commit c02060d8 "ARM: > OMAP4+: AESS: enable internal auto-gating during > initial setup". It still works in omap2_defconfig, > but not in all other combinations. > > Witho

Re: [PATCH 3/9] ARM: omap2: include linux/errno.h in hwmod_reset

2013-02-14 Thread Tony Lindgren
* Arnd Bergmann [130214 14:51]: > The newly created omap_hwmod_reset.c is missing an > include of linux/errno.h in commit c02060d8 "ARM: > OMAP4+: AESS: enable internal auto-gating during > initial setup". It still works in omap2_defconfig, > but not in all other combinations. > > Without this pa

[PATCH 3/9] ARM: omap2: include linux/errno.h in hwmod_reset

2013-02-14 Thread Arnd Bergmann
The newly created omap_hwmod_reset.c is missing an include of linux/errno.h in commit c02060d8 "ARM: OMAP4+: AESS: enable internal auto-gating during initial setup". It still works in omap2_defconfig, but not in all other combinations. Without this patch, building allmodconfig results in: arch/ar