Re: [PATCH -next] coresight: catu: Make catu_helper_ops and catu_ops static

2019-03-22 Thread Mathieu Poirier
On Thu, 21 Mar 2019 at 09:19, Yue Haibing wrote: > > From: YueHaibing > > Fix sparse warnings: > > drivers/hwtracing/coresight/coresight-catu.c:488:35: warning: > symbol 'catu_helper_ops' was not declared. Should it be static? > drivers/hwtracing/coresight/coresight-catu.c:493:28: warning: >

Re: [PATCH -next] coresight: catu: Make catu_helper_ops and catu_ops static

2019-03-22 Thread Suzuki K Poulose
On 03/21/2019 03:18 PM, Yue Haibing wrote: From: YueHaibing Fix sparse warnings: drivers/hwtracing/coresight/coresight-catu.c:488:35: warning: symbol 'catu_helper_ops' was not declared. Should it be static? drivers/hwtracing/coresight/coresight-catu.c:493:28: warning: symbol 'catu_ops'

[PATCH -next] coresight: catu: Make catu_helper_ops and catu_ops static

2019-03-21 Thread Yue Haibing
From: YueHaibing Fix sparse warnings: drivers/hwtracing/coresight/coresight-catu.c:488:35: warning: symbol 'catu_helper_ops' was not declared. Should it be static? drivers/hwtracing/coresight/coresight-catu.c:493:28: warning: symbol 'catu_ops' was not declared. Should it be static?