lkml.org 
[lkml]   [2007]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] AVR32 utrace: Add missing includes
Date
From: Haavard Skinnemoen <hskinnemoen@atmel.com>

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

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
---
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-04-14 13:53    [W:0.019 / U:1.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site