From: Sebastian Reichel Date: Mon, 28 Apr 2014 14:07:19 +0000 (+0200) Subject: ASoC: omap: rx51: Use static const char * const arrays X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~2^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441dc45aa21ea7e1a6283e62489b940fdb3969d8;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed