commit | ad3caf8abc385b974d863b7a7a2950f4b089fee8 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Fri Aug 18 21:36:57 2017 +0530 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Aug 29 22:20:20 2017 +0200 |
tree | 491b32a489fc560968952689b2a2fd123d52e2b5 | |
parent | 8b9ec0719834fe66146d138d62ed66cef025c864 [diff] |
i2c: busses: make i2c_algorithm const Make these const as they are only stored in the algo field of i2c_adapter structure, which is const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>