diff --git a/include/common.h b/include/common.h index ee174bb2ad..a6922fd781 100644 --- a/include/common.h +++ b/include/common.h @@ -107,9 +107,6 @@ typedef volatile unsigned char vu_char; #ifdef CONFIG_BLACKFIN #include #endif -#ifdef CONFIG_STATUS_LED -#include -#endif #include #include @@ -684,6 +681,9 @@ int fgetc(int file); int pcmcia_init (void); +#ifdef CONFIG_STATUS_LED +# include +#endif /* * Board-specific Platform code can reimplement show_boot_progress () if needed */