platform/chrome: Make i2c_adapter_names static
authorOlof Johansson <olof@lixom.net>
Mon, 25 Nov 2013 21:10:25 +0000 (13:10 -0800)
committerOlof Johansson <olof@lixom.net>
Mon, 25 Nov 2013 21:27:24 +0000 (13:27 -0800)
commit6d3c1afe7367447c8f7d2fec7a132f723834efd1
tree9598cef16d86e4e9ca0bb5fa0eb4118f065eab6d
parentcdddd23fa2536cd4273e95d66b6ef83e67b747bf
platform/chrome: Make i2c_adapter_names static

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 <olof@lixom.net>
Reviewed-by: Benson Leung <bleung@chromium.org>
drivers/platform/chrome/chromeos_laptop.c