projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40cb989
)
MIPS: IP27: Don't include <linux/topology.h> into <asm/sn/agent.h>.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 20 May 2010 18:15:17 +0000
(19:15 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:38 +0000
(13:25 +0100)
The include is unecessary and will when building the IP35 result in
recursive header inclusion spaghetti.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/sn/agent.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/sn/agent.h
b/arch/mips/include/asm/sn/agent.h
index
ac4ea85
..
dc81114
100644
(file)
--- a/
arch/mips/include/asm/sn/agent.h
+++ b/
arch/mips/include/asm/sn/agent.h
@@
-11,7
+11,6
@@
#ifndef _ASM_SGI_SN_AGENT_H
#define _ASM_SGI_SN_AGENT_H
-#include <linux/topology.h>
#include <asm/sn/addrs.h>
#include <asm/sn/arch.h>