commit | 628fc9d9a0e6e52fd3116b5591cb4e90473db9ad | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Wed Feb 24 22:19:15 2021 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Mar 10 13:06:32 2021 +0000 |
tree | 86e67654c498bdd569ce48188fb51a08ada13d5b | |
parent | e92a309be437b761c6972502386ea717c6fed027 [diff] |
ASoC: rt*: Constify static struct sdw_slave_ops The only usage of these is to assign their address to the ops field in the sdw_driver struct, which is a pointer to const. Make them const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Link: https://lore.kernel.org/r/20210224211918.39109-2-rikard.falkeborn@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>