summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-04-25 14:55:46 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-04-25 14:55:46 +0100
commit7ab2febd4d3c6f50545cee11a116536a09748d59 (patch)
treefe6acab1ca8130081d5dcf056bdfc7c0a8f62cba /include
parent8ffbc759a5b655feb69435c4dfa857c391f9dcc8 (diff)
Don't include private headers from user-visible part of linux/signal.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/signal.h b/include/linux/signal.h
index 162a8fd10b29..4b42df3860ed 100644
--- 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