Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e598fbaabdb6608915cbc5e80409d70f4f857e5c
Commit:     e598fbaabdb6608915cbc5e80409d70f4f857e5c
Parent:     2a67789618abb74f0f97d4836a2b937bff2f1b2d
Author:     Christian Heim <[EMAIL PROTECTED]>
AuthorDate: Sun Aug 19 13:07:59 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Aug 19 10:12:32 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/sysctl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 8bdb8c0..9029690 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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to