Remove unnecessary include from include/linux/capability.h
authorAndrew Morgan <[email protected]>
Tue, 5 Feb 2008 06:29:43 +0000 (22:29 -0800)
committerLinus Torvalds <[email protected]>
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 <[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

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