diff options
Diffstat (limited to 'board/linkstation')
-rw-r--r-- | board/linkstation/avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/linkstation/avr.c b/board/linkstation/avr.c index 782b24a71aa..ec6d400d34e 100644 --- a/board/linkstation/avr.c +++ b/board/linkstation/avr.c @@ -22,7 +22,7 @@ */ #include <common.h> #include <ns16550.h> -#include <console.h> +#include <stdio_dev.h> /* Button codes from the AVR */ #define PWRR 0x20 /* Power button release */ |