Skip to content

Commit

Permalink
MIPS: loongson: common: Setup: add a missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Aaro Koskinen authored and Ralf Baechle committed Nov 24, 2014
1 parent fdd6a1f commit 15dd8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/loongson/common/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/module.h>

#include <asm/wbflush.h>
#include <asm/bootinfo.h>

#include <loongson.h>

Expand Down

0 comments on commit 15dd8eb

Please sign in to comment.