commit | c4c23f58a96dcce177c996511363b85bf114ae8f | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Wed Dec 30 21:59:34 2015 +0100 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Jan 11 20:22:27 2016 +0100 |
tree | 2f250398e928ac0799e52eb9a77b824fa3a8c0a7 | |
parent | 8ae83b6f76fc74eb6535b9d331a3310a59c32f84 [diff] |
rtc: rtc-ds2404: constify ds2404_chip_ops structures The ds2404_chip_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>