Re: [PATCH v2 -next] platform/chrome: cros_ec: Make some symbols static

2019-06-06 Thread Enric Balletbo i Serra
On 30/5/19 19:53, Benson Leung wrote: > Hello YueHaibing, > > On Thu, May 30, 2019 at 04:49:32PM +0800, YueHaibing wrote: >> Fix sparse warning: >> >> drivers/platform/chrome/cros_ec_debugfs.c:256:30: warning: symbol >> 'cros_ec_console_log_fops' was not declared. Should it be static? >>

Re: [PATCH v2 -next] platform/chrome: cros_ec: Make some symbols static

2019-05-30 Thread Benson Leung
Hello YueHaibing, On Thu, May 30, 2019 at 04:49:32PM +0800, YueHaibing wrote: > Fix sparse warning: > > drivers/platform/chrome/cros_ec_debugfs.c:256:30: warning: symbol > 'cros_ec_console_log_fops' was not declared. Should it be static? > drivers/platform/chrome/cros_ec_debugfs.c:265:30:

[PATCH v2 -next] platform/chrome: cros_ec: Make some symbols static

2019-05-30 Thread YueHaibing
Fix sparse warning: drivers/platform/chrome/cros_ec_debugfs.c:256:30: warning: symbol 'cros_ec_console_log_fops' was not declared. Should it be static? drivers/platform/chrome/cros_ec_debugfs.c:265:30: warning: symbol 'cros_ec_pdinfo_fops' was not declared. Should it be static?