Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: omap: rx51: Use static const char * const arrays
Mark the array and the string const by using "static const char * const foo[]" instead of "static const char* foo[]". Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Mark Brown <broonie@linaro.org>
- Loading branch information