commit | 93189ea425498339b13e5f74d254070d4a2b7d37 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Nov 11 00:18:52 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 16 17:38:54 2015 +0000 |
tree | 11636ccb20ce6c4da0065a049bcd52aee0d9d352 | |
parent | aecf6fd878eba5182665cccb943205be4c9a0337 [diff] |
ASoC: Intel: constify sst_block_ops structures The sst_block_ops structure is never modified, and is thus declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Jie Yang <yang.jie@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>