commit | f78c5f96547e6eaa894557730af3f66b8116c5c2 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Jan 05 15:56:42 2016 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Jan 10 12:35:33 2016 +0000 |
tree | 36b6dc19bf17712b848f2372badf8557d575c316 | |
parent | a9fd053b56c6bb14972ab7a19da0b575fe4c5d66 [diff] |
iio: ak8975: constify ak_def structures The ak_def structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Jonathan Cameron <jic23@kernel.org>