diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2014-11-19 16:52:47 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:34 -0500 |
commit | 15dd8eb0eef3e4b61b5ffc7aa2d829dd3cf2b61c (patch) | |
tree | b5dc2752dfda1ddb2b05a9223420373405ad9fcd /arch/mips | |
parent | fdd6a1fd612962a28ff498e40f41e0fed29bec81 (diff) |
MIPS: loongson: common: Setup: add a missing include
Add a missing include to get rid of the following sparse warning:
warning: symbol 'plat_mem_setup' 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/8530/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/loongson/common/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/loongson/common/setup.c b/arch/mips/loongson/common/setup.c index bb4ac922e47a..d477dd6bb326 100644 --- a/arch/mips/loongson/common/setup.c +++ b/arch/mips/loongson/common/setup.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | 11 | ||
12 | #include <asm/wbflush.h> | 12 | #include <asm/wbflush.h> |
13 | #include <asm/bootinfo.h> | ||
13 | 14 | ||
14 | #include <loongson.h> | 15 | #include <loongson.h> |
15 | 16 | ||