From cb0090e804be552a75155a3596195077df3d6b69 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 31 Jul 2011 00:35:13 +0000 Subject: linkstation: fix warning: "CONFIG_IDENT_STRING" redefined Commit 09c2e90 "unify version_string" defines a default value for CONFIG_IDENT_STRING in version.h, so any private settings musty be done before including this file. Move the include for version.h after the one for common.h to fix the build problem. Signed-off-by: Wolfgang Denk Cc: Guennadi Liakhovetski --- board/linkstation/linkstation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/linkstation') diff --git a/board/linkstation/linkstation.c b/board/linkstation/linkstation.c index e564e50..7640856 100644 --- a/board/linkstation/linkstation.c +++ b/board/linkstation/linkstation.c @@ -21,8 +21,8 @@ * MA 02111-1307 USA */ -#include #include +#include #include #include #include -- cgit v1.1