From: Russell King Date: Sun, 22 Apr 2007 09:56:40 +0000 (+0100) Subject: [ARM] Remove unnecessary asm/ptrace.h from VFP support code X-Git-Tag: v2.6.22-rc1~1009^2~1^6~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7531a1c2c4477f63688871c1648d828f55313d42;p=thirdparty%2Fkernel%2Flinux.git [ARM] Remove unnecessary asm/ptrace.h from VFP support code Signed-off-by: Russell King --- diff --git a/arch/arm/vfp/vfpdouble.c b/arch/arm/vfp/vfpdouble.c index e44b9ed0f81f7..74e89f8fb3abe 100644 --- a/arch/arm/vfp/vfpdouble.c +++ b/arch/arm/vfp/vfpdouble.c @@ -34,7 +34,6 @@ #include #include -#include #include #include "vfpinstr.h" diff --git a/arch/arm/vfp/vfpsingle.c b/arch/arm/vfp/vfpsingle.c index 0221ba3bc799b..b252631b406bd 100644 --- a/arch/arm/vfp/vfpsingle.c +++ b/arch/arm/vfp/vfpsingle.c @@ -34,7 +34,6 @@ #include #include -#include #include #include "vfpinstr.h"