]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/linkstation/linkstation.c
linkstation: fix warning: "CONFIG_IDENT_STRING" redefined
[karo-tx-uboot.git] / board / linkstation / linkstation.c
index c0d43eb332882857d7ce22b5a08f06358112ab8a..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>
 #include <pci.h>
 #endif
 
+DECLARE_GLOBAL_DATA_PTR;
+
 extern void init_AVR_DUART(void);
 
 int checkboard (void)
 {
-       DECLARE_GLOBAL_DATA_PTR;
        char *p;
        bd_t *bd = gd->bd;