diff options
Diffstat (limited to 'boot/image-pre-load.c')
-rw-r--r-- | boot/image-pre-load.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/image-pre-load.c b/boot/image-pre-load.c index b504ab42a54..cc19017404c 100644 --- a/boot/image-pre-load.c +++ b/boot/image-pre-load.c @@ -3,7 +3,6 @@ * Copyright (C) 2021 Philippe Reynes <philippe.reynes@softathome.com> */ -#include <common.h> #include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; #include <image.h> |