diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-10-02 17:30:45 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-10-02 17:30:45 -0400 |
commit | 36d046bbbdc72a3b2f728d79b21c7275822928fd (patch) | |
tree | 75c2c2faac06d3f4b87c12b18f8acb9ade333623 /include/asm-sparc64 | |
parent | 14cc6abada7770bb7bd637bf7bce35503e10b652 (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/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
8 | #ifndef __ASSEMBLY__ | 8 | #ifndef __ASSEMBLY__ |
9 | #include <linux/personality.h> | 9 | #include <linux/personality.h> |
10 | #include <linux/types.h> | 10 | #include <linux/types.h> |
11 | #include <linux/compat.h> | ||
12 | #endif | 11 | #endif |
13 | #endif | 12 | #endif |
14 | 13 | ||