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:
8ffbc75
)
Don't include private headers from user-visible part of linux/signal.h
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:55:46 +0000
(14:55 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:55:46 +0000
(14:55 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/signal.h
patch
|
blob
|
history
diff --git
a/include/linux/signal.h
b/include/linux/signal.h
index 162a8fd10b293e7b3a548b2bc2b7d1090d7f41a0..4b42df3860ed8fad44716ecf8f773d4e8dd0ff55 100644
(file)
--- a/
include/linux/signal.h
+++ b/
include/linux/signal.h
@@
-1,12
+1,12
@@
#ifndef _LINUX_SIGNAL_H
#define _LINUX_SIGNAL_H
-#include <linux/list.h>
-#include <linux/spinlock.h>
#include <asm/signal.h>
#include <asm/siginfo.h>
#ifdef __KERNEL__
+#include <linux/list.h>
+#include <linux/spinlock.h>
/*
* These values of sa_flags are used only by the kernel as part of the