diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2014-11-19 16:52:50 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:35 -0500 |
commit | 8387efd26a68d0713a03308d09f27dbeecb65981 (patch) | |
tree | 91850142480f908833425639c4b0d1e8b0c58126 /arch | |
parent | 65b432de80227f4e09cd2de882d982be5edfa260 (diff) |
MIPS: loongson: common: init: Add a missing include
Add a missing include to eliminate the following sparse warnings:
warning: symbol 'prom_init' was not declared. Should it be static?
warning: symbol 'prom_free_prom_memory' was not declared. Should it be static?
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8531/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/loongson/common/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/loongson/common/init.c b/arch/mips/loongson/common/init.c index f6af3aba4c86..9b987fe98b5b 100644 --- a/arch/mips/loongson/common/init.c +++ b/arch/mips/loongson/common/init.c | |||
@@ -9,6 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/bootmem.h> | 11 | #include <linux/bootmem.h> |
12 | #include <asm/bootinfo.h> | ||
12 | #include <asm/smp-ops.h> | 13 | #include <asm/smp-ops.h> |
13 | 14 | ||
14 | #include <loongson.h> | 15 | #include <loongson.h> |