diff options
Diffstat (limited to 'post/lib_powerpc/fpu/fpu.c')
| -rw-r--r-- | post/lib_powerpc/fpu/fpu.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/post/lib_powerpc/fpu/fpu.c b/post/lib_powerpc/fpu/fpu.c index 3f3adea19..a4369f13e 100644 --- a/post/lib_powerpc/fpu/fpu.c +++ b/post/lib_powerpc/fpu/fpu.c @@ -36,12 +36,12 @@  #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); |