diff options
Diffstat (limited to 'arch/sh/lib/board.c')
-rw-r--r-- | arch/sh/lib/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/lib/board.c b/arch/sh/lib/board.c index a6a8f07e6f..3fa093a02e 100644 --- a/arch/sh/lib/board.c +++ b/arch/sh/lib/board.c @@ -5,6 +5,7 @@ #include <common.h> #include <init.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |