Re: [PATCH] platform/chrome: Make i2c_adapter_names static

2013-11-25 Thread Benson Leung
On Mon, Nov 25, 2013 at 1:14 PM, Olof Johansson wrote: > Not used outside of the file, so declaration should be static. Picked up by > sparse: > > drivers/platform/chrome/chromeos_laptop.c:44:12: warning: symbol > 'i2c_adapter_names' was not declared. Should it be static? > > Signed-off-by: Ol

[PATCH] platform/chrome: Make i2c_adapter_names static

2013-11-25 Thread Olof Johansson
Not used outside of the file, so declaration should be static. Picked up by sparse: drivers/platform/chrome/chromeos_laptop.c:44:12: warning: symbol 'i2c_adapter_names' was not declared. Should it be static? Signed-off-by: Olof Johansson Cc: Benson Leung --- drivers/platform/chrome/chromeo