aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-08-19 13:07:59 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-19 10:12:32 -0700
commite598fbaabdb6608915cbc5e80409d70f4f857e5c (patch)
tree7db42f637118d5f757d164243594572d0cba736d /kernel
parentFix <math-emu/soft-fp.h> tpyo (diff)
downloadlinux-dev-e598fbaabdb6608915cbc5e80409d70f4f857e5c.tar.xz
linux-dev-e598fbaabdb6608915cbc5e80409d70f4f857e5c.zip
Remove double inclusion of linux/capability.h
Remove the second inclusion of linux/capability.h, which has been introduced with "[PATCH] move capable() to capability.h" (commit c59ede7b78db329949d9cdcd7064e22d357560ef) Signed-off-by: Christian Heim <phreak@gentoo.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 8bdb8c07e04f..9029690f4fae 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -27,7 +27,6 @@
#include <linux/capability.h>
#include <linux/ctype.h>
#include <linux/utsname.h>
-#include <linux/capability.h>
#include <linux/smp_lock.h>
#include <linux/fs.h>
#include <linux/init.h>