Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=46c383cc4530ccc438cb325e92e11eb21dd3d4fc
Commit:     46c383cc4530ccc438cb325e92e11eb21dd3d4fc
Parent:     e338d263a76af78fe8f38a72131188b58fceb591
Author:     Andrew Morgan <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 4 22:29:43 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Feb 5 09:44:20 2008 -0800

    Remove unnecessary include from include/linux/capability.h
    
    KaiGai Kohei observed that this line in the linux header is not needed.
    
    Signed-off-by: Andrew G. Morgan <[EMAIL PROTECTED]>
    Cc: KaiGai Kohei <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/capability.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/capability.h b/include/linux/capability.h
index a934dac..a1d93da 100644
--- a/include/linux/capability.h
+++ b/include/linux/capability.h
@@ -14,7 +14,6 @@
 #define _LINUX_CAPABILITY_H
 
 #include <linux/types.h>
-#include <linux/compiler.h>
 
 struct task_struct;
 
-
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