diff options
Diffstat (limited to 'common/kallsyms.c')
-rw-r--r-- | common/kallsyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/kallsyms.c b/common/kallsyms.c index 13344e634b9..49b3897078a 100644 --- a/common/kallsyms.c +++ b/common/kallsyms.c @@ -5,7 +5,6 @@ * Licensed under the GPL-2 or later. */ -#include <common.h> /* We need the weak marking as this symbol is provided specially */ extern const char system_map[] __attribute__((weak)); |