On 2015/6/10 16:12, Linus Walleij wrote: > On Thu, Jun 4, 2015 at 6:13 AM, Jiang Liu <jiang.liu at linux.intel.com> wrote: > >> Now most IRQ flow handlers make no use of the first parameter 'irq'. >> And for those who do make use of 'irq', we could easily get the irq >> number through irq_desc->irq_data->irq. So kill the first parameter >> 'irq' of irq_flow_handler_t. >> >> To ease review, I have split the changes into several parts, though >> they should be merge as one to support bisecting. >> >> Signed-off-by: Jiang Liu <jiang.liu at linux.intel.com> > > Acked-by: Linus Walleij <linus.walleij at linaro.org> > > Assume that I can't apply this directly. If I can during > next kernel cycle, push me. Thanks Linus! This patch set need to be handled as an integral part, otherwise it will cause compilation issues.