Re: [PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled

2013-09-03 Thread Randy Dunlap
On 09/03/13 15:31, Rob Herring wrote: > On Mon, Sep 2, 2013 at 10:54 AM, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix build warnings when CONFIG_OF is not enabled: > > It would be nice to know what arch/config you see this on. i386 and x86_64. > >> include/linux/of_irq.h:82:7:

Re: [PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled

2013-09-03 Thread Rob Herring
On Mon, Sep 2, 2013 at 10:54 AM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build warnings when CONFIG_OF is not enabled: It would be nice to know what arch/config you see this on. > include/linux/of_irq.h:82:7: warning: 'struct device_node' declared inside > parameter list [enabled by

Re: [PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled

2013-09-03 Thread Rob Herring
On Mon, Sep 2, 2013 at 10:54 AM, Randy Dunlap rdun...@infradead.org wrote: From: Randy Dunlap rdun...@infradead.org Fix build warnings when CONFIG_OF is not enabled: It would be nice to know what arch/config you see this on. include/linux/of_irq.h:82:7: warning: 'struct device_node' declared

Re: [PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled

2013-09-03 Thread Randy Dunlap
On 09/03/13 15:31, Rob Herring wrote: On Mon, Sep 2, 2013 at 10:54 AM, Randy Dunlap rdun...@infradead.org wrote: From: Randy Dunlap rdun...@infradead.org Fix build warnings when CONFIG_OF is not enabled: It would be nice to know what arch/config you see this on. i386 and x86_64.

[PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled

2013-09-02 Thread Randy Dunlap
From: Randy Dunlap Fix build warnings when CONFIG_OF is not enabled: include/linux/of_irq.h:82:7: warning: 'struct device_node' declared inside parameter list [enabled by default] include/linux/of_irq.h:82:7: warning: its scope is only this definition or declaration, which is probably not

[PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled

2013-09-02 Thread Randy Dunlap
From: Randy Dunlap rdun...@infradead.org Fix build warnings when CONFIG_OF is not enabled: include/linux/of_irq.h:82:7: warning: 'struct device_node' declared inside parameter list [enabled by default] include/linux/of_irq.h:82:7: warning: its scope is only this definition or declaration,