mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
sh: Fix up NUMA build error with se7722_defconfig.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
3231739d97
commit
6bff1592d8
@ -4,6 +4,8 @@
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#ifdef CONFIG_NEED_MULTIPLE_NODES
|
||||
#include <linux/numa.h>
|
||||
|
||||
extern struct pglist_data *node_data[];
|
||||
#define NODE_DATA(nid) (node_data[nid])
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _SH_SETUP_H
|
||||
#define _SH_SETUP_H
|
||||
|
||||
#include <asm/mmzone.h>
|
||||
#include <linux/mmzone.h>
|
||||
|
||||
#define COMMAND_LINE_SIZE 256
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user