diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-05-20 19:15:17 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:38 +0100 |
commit | 6165df980801e1be7a5b65686bd52f55e0407db1 (patch) | |
tree | e7cf5733b9909df336eb99ee876c571c52adc53a /arch/mips/include/asm/sn/agent.h | |
parent | 40cb989fcf9f0caf6a116562132c2fffed38d261 (diff) |
MIPS: IP27: Don't include <linux/topology.h> into <asm/sn/agent.h>.
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>
Diffstat (limited to 'arch/mips/include/asm/sn/agent.h')
-rw-r--r-- | arch/mips/include/asm/sn/agent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/sn/agent.h b/arch/mips/include/asm/sn/agent.h index ac4ea85c3a5..dc81114d474 100644 --- 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> |