diff options
Diffstat (limited to 'post/board/lwmon5/watchdog.c')
| -rw-r--r-- | post/board/lwmon5/watchdog.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/post/board/lwmon5/watchdog.c b/post/board/lwmon5/watchdog.c index 44f048832..f181506fe 100644 --- a/post/board/lwmon5/watchdog.c +++ b/post/board/lwmon5/watchdog.c @@ -34,7 +34,7 @@  #if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG  #include <watchdog.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h>  #include <asm/io.h>  static uint watchdog_magic_read(void) |