X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Flinkstation%2Flinkstation.c;h=764085691c8ebff9789799249537563c047b6763;hb=cb0090e804be552a75155a3596195077df3d6b69;hp=c0d43eb332882857d7ce22b5a08f06358112ab8a;hpb=f61f1e150c84f5b9347fca79a4bc5f2286c545d2;p=karo-tx-uboot.git diff --git a/board/linkstation/linkstation.c b/board/linkstation/linkstation.c index c0d43eb332..764085691c 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 @@ -32,11 +32,12 @@ #include #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;