From: Christian Heim Date: Sun, 19 Aug 2007 11:07:59 +0000 (+0200) Subject: Remove double inclusion of linux/capability.h X-Git-Tag: v2.6.23-rc4~109 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e598fbaabdb6608915cbc5e80409d70f4f857e5c;p=~emulex%2Finfiniband.git 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 Signed-off-by: Linus Torvalds --- diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 8bdb8c07e04..9029690f4fa 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include