Bläddra i källkod

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 <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>
Andrew Morgan 17 år sedan
förälder
incheckning
46c383cc45
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      include/linux/capability.h

+ 0 - 1
include/linux/capability.h

@@ -14,7 +14,6 @@
 #define _LINUX_CAPABILITY_H
 #define _LINUX_CAPABILITY_H
 
 
 #include <linux/types.h>
 #include <linux/types.h>
-#include <linux/compiler.h>
 
 
 struct task_struct;
 struct task_struct;