powerpc: Fix FPU post related link warnings
[platform/kernel/u-boot.git] / post / lib_powerpc / fpu / fpu.c
index 3f3adea..a4369f1 100644 (file)
 
 #include <post.h>
 
+GNU_FPOST_ATTR
+
 #if CONFIG_POST & CONFIG_SYS_POST_FPU
 
 #include <watchdog.h>
 
-GNU_FPOST_ATTR
-
 extern int fpu_status (void);
 extern void fpu_enable (void);
 extern void fpu_disable (void);