linkstation: fix warning: "CONFIG_IDENT_STRING" redefined
authorWolfgang Denk <wd@denx.de>
Sun, 31 Jul 2011 00:35:13 +0000 (00:35 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 5 Sep 2011 07:43:09 +0000 (09:43 +0200)
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 <wd@denx.de>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
board/linkstation/linkstation.c

index e564e505ac4bed09a64bc1da0557ad777e24fdc2..764085691c8ebff9789799249537563c047b6763 100644 (file)
@@ -21,8 +21,8 @@
  * MA 02111-1307 USA
  */
 
-#include <version.h>
 #include <common.h>
+#include <version.h>
 #include <mpc824x.h>
 #include <asm/io.h>
 #include <ns16550.h>