diff options
Diffstat (limited to 'common/lcd.c')
| -rw-r--r-- | common/lcd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/lcd.c b/common/lcd.c index d3ecd925f..9713ea308 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -40,13 +40,13 @@  #include <post.h>  #endif  #include <lcd.h> +#include <watchdog.h>  #if defined(CONFIG_PXA250)  #include <asm/byteorder.h>  #endif  #if defined(CONFIG_MPC823) -#include <watchdog.h>  #include <lcdvideo.h>  #endif |