commit | 5ca21c13c9f4d180e673bcbc36fd0d9128b7f63e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Aug 16 10:16:59 2017 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Aug 29 12:09:06 2017 +0200 |
tree | 8ab58d10bd74ccaa25752f5faf89d57229553be8 | |
parent | d596f2b8b4cb0451087992796974aa9f076a7fc7 [diff] |
i2c-cht-wc: make cht_wc_i2c_adap_driver static The structure cht_wc_i2c_adap_driver is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'cht_wc_i2c_adap_driver' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>