Skip to content

Commit

Permalink
MIPS: loongson: common: init: Add a missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Aaro Koskinen authored and Ralf Baechle committed Nov 24, 2014
1 parent 65b432d commit 8387efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/loongson/common/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#include <linux/bootmem.h>
#include <asm/bootinfo.h>
#include <asm/smp-ops.h>

#include <loongson.h>
Expand Down

0 comments on commit 8387efd

Please sign in to comment.