From: David S. Miller Date: Mon, 2 Oct 2006 21:30:45 +0000 (-0700) Subject: [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more. X-Git-Tag: accepted/tizen/common/20141203.182822~34427^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36d046bbbdc72a3b2f728d79b21c7275822928fd;p=platform%2Fkernel%2Flinux-arm64.git [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more. It's not needed, now that all of that stuff is now in asm/compat_signal.h, and it breaks the build too :-) Signed-off-by: David S. Miller --- diff --git a/include/asm-sparc64/signal.h b/include/asm-sparc64/signal.h index b695d08..fa6f467 100644 --- a/include/asm-sparc64/signal.h +++ b/include/asm-sparc64/signal.h @@ -8,7 +8,6 @@ #ifndef __ASSEMBLY__ #include #include -#include #endif #endif