summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-10-02 14:30:45 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-10-02 14:30:45 -0700
commit36d046bbbdc72a3b2f728d79b21c7275822928fd (patch)
tree75c2c2faac06d3f4b87c12b18f8acb9ade333623 /include
parent14cc6abada7770bb7bd637bf7bce35503e10b652 (diff)
[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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc64/signal.h b/include/asm-sparc64/signal.h
index b695d086a32..fa6f467389d 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