Commit 8387efd2 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Ralf Baechle

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: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8531/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 65b432de
......@@ -9,6 +9,7 @@
*/
#include <linux/bootmem.h>
#include <asm/bootinfo.h>
#include <asm/smp-ops.h>
#include <loongson.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment