From a6cf23b76c5c16bb81471540d95509a6df3e9d66 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jun 2014 09:06:18 +0000 Subject: atheros: constify some static structures Constify some static structures as suggested by checkpatch. Signed-off-by: Sergey Ryazanov SVN-Revision: 41094 --- target/linux/atheros/patches-3.10/100-board.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/patches-3.10/100-board.patch') diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch index 07b8145..d223677 100644 --- a/target/linux/atheros/patches-3.10/100-board.patch +++ b/target/linux/atheros/patches-3.10/100-board.patch @@ -3086,7 +3086,7 @@ + }, +}; + -+static const char *devtype_strings[] = { ++static const char * const devtype_strings[] = { + [DEV_TYPE_AR5312] = "Atheros AR5312", + [DEV_TYPE_AR2312] = "Atheros AR2312", + [DEV_TYPE_AR2313] = "Atheros AR2313", -- cgit v1.1