diff options
Diffstat (limited to 'board/lwmon5')
| -rw-r--r-- | board/lwmon5/lwmon5.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/lwmon5/lwmon5.c b/board/lwmon5/lwmon5.c index aec026314..0c6f4e571 100644 --- a/board/lwmon5/lwmon5.c +++ b/board/lwmon5/lwmon5.c @@ -22,7 +22,7 @@  #include <command.h>  #include <asm/ppc440.h>  #include <asm/processor.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h>  #include <asm/io.h>  DECLARE_GLOBAL_DATA_PTR; |