Skip to content

Commit

Permalink
[SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Oct 2, 2006
1 parent 14cc6ab commit 36d046b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-sparc64/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#ifndef __ASSEMBLY__
#include <linux/personality.h>
#include <linux/types.h>
#include <linux/compat.h>
#endif
#endif

Expand Down

0 comments on commit 36d046b

Please sign in to comment.