diff options
Diffstat (limited to 'common/init/handoff.c')
-rw-r--r-- | common/init/handoff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/init/handoff.c b/common/init/handoff.c index 62071bd017..d0be1bb17a 100644 --- a/common/init/handoff.c +++ b/common/init/handoff.c @@ -7,6 +7,7 @@ #include <common.h> #include <handoff.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |