diff options
Diffstat (limited to 'board/trab')
-rw-r--r-- | board/trab/vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/vfd.c b/board/trab/vfd.c index 37d3aa4..e5ca4ab 100644 --- a/board/trab/vfd.c +++ b/board/trab/vfd.c @@ -36,7 +36,7 @@ #include <version.h> #include <stdarg.h> #include <linux/types.h> -#include <devices.h> +#include <stdio_dev.h> #include <s3c2400.h> DECLARE_GLOBAL_DATA_PTR; |