Commit 959f4f13a3fe661ee2761c4dc9a70196fb8b1c12
Committed by
Kyle McMartin
1 parent
af5917f0cd
Exists in
master
and in
7 other branches
[PARISC] "Fix" circular includes
Use a really big hammer for the mean time to get things building again. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Showing 3 changed files with 1 additions and 9 deletions Side-by-side Diff
include/asm-parisc/pgtable.h
include/asm-parisc/processor.h
... | ... | @@ -9,13 +9,10 @@ |
9 | 9 | #define __ASM_PARISC_PROCESSOR_H |
10 | 10 | |
11 | 11 | #ifndef __ASSEMBLY__ |
12 | -#include <asm/prefetch.h> /* lockdep.h needs <linux/prefetch.h> */ | |
13 | - | |
14 | 12 | #include <linux/threads.h> |
15 | -#include <linux/spinlock_types.h> | |
16 | 13 | |
14 | +#include <asm/prefetch.h> | |
17 | 15 | #include <asm/hardware.h> |
18 | -#include <asm/page.h> | |
19 | 16 | #include <asm/pdc.h> |
20 | 17 | #include <asm/ptrace.h> |
21 | 18 | #include <asm/types.h> |
include/asm-parisc/spinlock_types.h