diff options
Diffstat (limited to 'arch/ppc64/kernel/udbg_scc.c')
-rw-r--r-- | arch/ppc64/kernel/udbg_scc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/ppc64/kernel/udbg_scc.c b/arch/ppc64/kernel/udbg_scc.c index c8ba8ac287f0..c47fd6c63531 100644 --- a/arch/ppc64/kernel/udbg_scc.c +++ b/arch/ppc64/kernel/udbg_scc.c | |||
@@ -10,11 +10,9 @@ | |||
10 | */ | 10 | */ |
11 | #include <linux/config.h> | 11 | #include <linux/config.h> |
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <asm/ppcdebug.h> | 13 | #include <asm/udbg.h> |
14 | #include <asm/processor.h> | 14 | #include <asm/processor.h> |
15 | #include <asm/naca.h> | 15 | #include <asm/naca.h> |
16 | #include <asm/uaccess.h> | ||
17 | #include <asm/machdep.h> | ||
18 | #include <asm/io.h> | 16 | #include <asm/io.h> |
19 | #include <asm/prom.h> | 17 | #include <asm/prom.h> |
20 | #include <asm/pmac_feature.h> | 18 | #include <asm/pmac_feature.h> |