]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Remove unnecessary include from include/linux/capability.h
authorAndrew Morgan <andrew@nagrom.org>
Tue, 5 Feb 2008 06:29:43 +0000 (22:29 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:20 +0000 (09:44 -0800)
KaiGai Kohei observed that this line in the linux header is not needed.

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Cc: KaiGai Kohei <kaigai@kaigai.gr.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/capability.h

index a934dac672dd70a21a98aa8b26023f3bafeaec36..a1d93da67fe977966a299137ce228d0a44bff739 100644 (file)
@@ -14,7 +14,6 @@
 #define _LINUX_CAPABILITY_H
 
 #include <linux/types.h>
-#include <linux/compiler.h>
 
 struct task_struct;