Re: [2/4] cxl: sparse: Make declarations static

2015-08-12 Thread Michael Ellerman
On Fri, 2015-07-08 at 03:18:18 UTC, Daniel Axtens wrote: > A few declarations were identified by sparse as needing to be static: > > /scratch/dja/linux-capi/drivers/misc/cxl/irq.c:408:6: warning: symbol > 'afu_irq_name_free' was not declared. Should it be static? > /scratch/dja/linux-capi/drivers

Re: [PATCH 2/4] cxl: sparse: Make declarations static

2015-08-06 Thread Michael Neuling
On Fri, 2015-08-07 at 13:18 +1000, Daniel Axtens wrote: > A few declarations were identified by sparse as needing to be static: > > /scratch/dja/linux-capi/drivers/misc/cxl/irq.c:408:6: warning: symbol > 'afu_irq_name_free' was not declared. Should it be static? > /scratch/dja/linux-capi/drivers/

[PATCH 2/4] cxl: sparse: Make declarations static

2015-08-06 Thread Daniel Axtens
A few declarations were identified by sparse as needing to be static: /scratch/dja/linux-capi/drivers/misc/cxl/irq.c:408:6: warning: symbol 'afu_irq_name_free' was not declared. Should it be static? /scratch/dja/linux-capi/drivers/misc/cxl/irq.c:467:6: warning: symbol 'afu_register_hwirqs' was n