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>
This commit is contained in:
Aaro Koskinen 2014-11-19 23:52:47 +02:00 committed by Ralf Baechle
parent fdd6a1fd61
commit 15dd8eb0ee
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <linux/module.h>
#include <asm/wbflush.h>
#include <asm/bootinfo.h>
#include <loongson.h>