From 441dc45aa21ea7e1a6283e62489b940fdb3969d8 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 28 Apr 2014 16:07:19 +0200 Subject: [PATCH] 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-format-patch failed