From 36d046bbbdc72a3b2f728d79b21c7275822928fd Mon Sep 17 00:00:00 2001
From: "David S. Miller" <davem@sunset.davemloft.net>
Date: Mon, 2 Oct 2006 14:30:45 -0700
Subject: [PATCH] [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 <davem@davemloft.net>
---
 include/asm-sparc64/signal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/asm-sparc64/signal.h b/include/asm-sparc64/signal.h
index b695d086a32b..fa6f467389db 100644
--- a/include/asm-sparc64/signal.h
+++ b/include/asm-sparc64/signal.h
@@ -8,7 +8,6 @@
 #ifndef __ASSEMBLY__
 #include <linux/personality.h>
 #include <linux/types.h>
-#include <linux/compat.h>
 #endif
 #endif