From: Haavard Skinnemoen <[EMAIL PROTECTED]>

Include linux/tracehook.h and linux/utrace.h

Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
Don't know why I missed these initially, but this should fix utrace
on avr32.

Andrew, I've rebased my avr32-arch branch so it should no longer
conflict with mainline and you can drop git-avr32-fixup.patch. Thanks
for cleaning up my mess :-)

Haavard

 arch/avr32/kernel/ptrace.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/avr32/kernel/ptrace.c b/arch/avr32/kernel/ptrace.c
index e7078c5..a485117 100644
--- a/arch/avr32/kernel/ptrace.c
+++ b/arch/avr32/kernel/ptrace.c
@@ -14,6 +14,8 @@
 #include <linux/ptrace.h>
 #include <linux/user.h>
 #include <linux/kdebug.h>
+#include <linux/tracehook.h>
+#include <linux/utrace.h>
 
 #include <asm/mmu_context.h>
 #include <asm/ocd.h>
-- 
1.4.4.4

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to