projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14cc6ab
)
[SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 2 Oct 2006 21:30:45 +0000
(14:30 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 2 Oct 2006 21:30:45 +0000
(14:30 -0700)
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
patch
|
blob
|
history
diff --git
a/include/asm-sparc64/signal.h
b/include/asm-sparc64/signal.h
index b695d086a32b3783dc390841b40e2c46e1073f31..fa6f467389db2735daf794361b481a08b40ec942 100644
(file)
--- 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