[ARM] Remove unnecessary asm/ptrace.h from VFP support code
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 22 Apr 2007 09:56:40 +0000 (10:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 22 Apr 2007 09:56:40 +0000 (10:56 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/vfp/vfpdouble.c
arch/arm/vfp/vfpsingle.c

index e44b9ed..74e89f8 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/bitops.h>
 
 #include <asm/div64.h>
-#include <asm/ptrace.h>
 #include <asm/vfp.h>
 
 #include "vfpinstr.h"
index 0221ba3..b252631 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/bitops.h>
 
 #include <asm/div64.h>
-#include <asm/ptrace.h>
 #include <asm/vfp.h>
 
 #include "vfpinstr.h"