Re: [PATCH 1/9] ARM: arch_timer: include linux/errno.h

2013-02-15 Thread Arnd Bergmann
On Friday 15 February 2013, Mark Rutland wrote: > As with Stephen Warren's fix [1], this looks right to me. Stephen's has the > added benefit of keeping the includes ordered. > > For either version: > > Acked-By: Mark Rutland Applied to the next/virt branch now. Arnd -- To unsubscribe

Re: [PATCH 1/9] ARM: arch_timer: include linux/errno.h

2013-02-15 Thread Mark Rutland
Hi, As with Stephen Warren's fix [1], this looks right to me. Stephen's has the added benefit of keeping the includes ordered. For either version: Acked-By: Mark Rutland Thanks, Mark. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-February/149579.html On Thu, Feb 14, 2013

Re: [PATCH 1/9] ARM: arch_timer: include linux/errno.h

2013-02-15 Thread Mark Rutland
Hi, As with Stephen Warren's fix [1], this looks right to me. Stephen's has the added benefit of keeping the includes ordered. For either version: Acked-By: Mark Rutland mark.rutl...@arm.com Thanks, Mark. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-February/149579.html On

Re: [PATCH 1/9] ARM: arch_timer: include linux/errno.h

2013-02-15 Thread Arnd Bergmann
On Friday 15 February 2013, Mark Rutland wrote: As with Stephen Warren's fix [1], this looks right to me. Stephen's has the added benefit of keeping the includes ordered. For either version: Acked-By: Mark Rutland mark.rutl...@arm.com Applied to the next/virt branch now. Arnd --

[PATCH 1/9] ARM: arch_timer: include linux/errno.h

2013-02-14 Thread Arnd Bergmann
Patch 8a4da6e "arm: arch_timer: move core to drivers/clocksource" moved a lot of code out of arch_timer.c, but ended up deleting too much, which broke some configurations. Obviously, include linux/errno.h is required to return error values. Without this patch, building allmodconfig results in:

[PATCH 1/9] ARM: arch_timer: include linux/errno.h

2013-02-14 Thread Arnd Bergmann
Patch 8a4da6e arm: arch_timer: move core to drivers/clocksource moved a lot of code out of arch_timer.c, but ended up deleting too much, which broke some configurations. Obviously, include linux/errno.h is required to return error values. Without this patch, building allmodconfig results in: