aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/udbg_scc.c
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2005-09-06 11:57:00 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-06 16:07:37 +1000
commit188d2ce78feac67e41e41808acda7951810f677b (patch)
tree3701cd7f80b2e927bfa79f648a38fb8c91d4c5ad /arch/ppc64/kernel/udbg_scc.c
parent[PATCH] ppc64: Take udbg out of ppc_md (diff)
downloadlinux-dev-188d2ce78feac67e41e41808acda7951810f677b.tar.xz
linux-dev-188d2ce78feac67e41e41808acda7951810f677b.zip
[PATCH] ppc64: Remove old includes
Trim some no longer needed includes from udbg.c and friends. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc64/kernel/udbg_scc.c4
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 @@
*/
#include <linux/config.h>
#include <linux/types.h>
-#include <asm/ppcdebug.h>
+#include <asm/udbg.h>
#include <asm/processor.h>
#include <asm/naca.h>
-#include <asm/uaccess.h>
-#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pmac_feature.h>