summaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorRobert Reif2007-05-14 12:22:08 +0200
committerDavid S. Miller2007-05-14 12:22:08 +0200
commit19fce2b96655d2b3b758e0f783314678d89b47c5 (patch)
tree96378e99346006bff7a823ec1cbcb06e54dc2d0d /arch/sparc
parent[SPARC64]: Accept ebus_bus_type for generic DMA ops. (diff)
downloadkernel-qcow2-linux-19fce2b96655d2b3b758e0f783314678d89b47c5.tar.gz
kernel-qcow2-linux-19fce2b96655d2b3b758e0f783314678d89b47c5.tar.xz
kernel-qcow2-linux-19fce2b96655d2b3b758e0f783314678d89b47c5.zip
[SPARC32]: Fix sparc32 kdebug changes.
Fix recent kdebug changes to compile on sparc32. Signed-off-by: Robert Reif <reif@earthlink.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/head.S b/arch/sparc/kernel/head.S
index 97da13c52563..9a219e8b5ddb 100644
--- a/arch/sparc/kernel/head.S
+++ b/arch/sparc/kernel/head.S
@@ -19,7 +19,7 @@
#include <asm/ptrace.h>
#include <asm/psr.h>
#include <asm/page.h>
-#include <linux/kdebug.h>
+#include <asm/kdebug.h>
#include <asm/winmacro.h>
#include <asm/thread_info.h> /* TI_UWINMASK */
#include <asm/errno.h>