Skip to content

Commit

Permalink
sh: Fix up NUMA build error with se7722_defconfig.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 12, 2008
1 parent 3231739 commit 6bff159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/sh/include/asm/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion arch/sh/include/asm/setup.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6bff159

Please sign in to comment.