Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6aee69c authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: x3 - fix setup_bootmem_node() compile error with shx3_defconfig



This makes sure the function prototype for setup_bootmem_node() gets
included. The file setup-shx3.c does not compile otherwise for
CONFIG_NUMA=n.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 3ea6bc3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#include <linux/init.h>
#include <linux/serial.h>
#include <linux/io.h>
#include <asm/mmzone.h>
#include <asm/sci.h>

static struct plat_sci_port sci_platform_data[] = {