Re: [PATCH v4 09/37] ARM: davinci: make irqs.h a local header

2019-02-17 Thread David Lechner
On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski The existence of irqs.h in mach-davinci/include/mach only makes sense without SPARSE_IRQ as it's then expected to define NR_IRQS and is included from asm/irq.h. As we now support SPARSE_IRQ, this header can be moved to mac

[PATCH v4 09/37] ARM: davinci: make irqs.h a local header

2019-02-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The existence of irqs.h in mach-davinci/include/mach only makes sense without SPARSE_IRQ as it's then expected to define NR_IRQS and is included from asm/irq.h. As we now support SPARSE_IRQ, this header can be moved to mach-davinci and used as the source of HW interrupt