aboutsummaryrefslogtreecommitdiff
path: root/kernel/signal.c
diff options
context:
space:
mode:
authorGravatar Jörn Engel <joern@wohnheim.fh-wedel.de> 2006-06-30 19:25:36 +0200
committerGravatar Adrian Bunk <bunk@stusta.de> 2006-06-30 19:25:36 +0200
commit6ab3d5624e172c553004ecc862bfeac16d9d68b7 (patch)
tree6d98881fe91fd9583c109208d5c27131b93fa248 /kernel/signal.c
parentremove obsolete swsusp_encrypt (diff)
downloadlinux-6ab3d5624e172c553004ecc862bfeac16d9d68b7.tar.gz
linux-6ab3d5624e172c553004ecc862bfeac16d9d68b7.tar.bz2
linux-6ab3d5624e172c553004ecc862bfeac16d9d68b7.zip
Remove obsolete #include <linux/config.h>
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index 52adf53929f6..ecb610d0dc61 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -10,7 +10,6 @@
* to allow signals to be sent reliably.
*/
-#include <linux/config.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/smp_lock.h>