Commit 46c383cc authored by Andrew Morgan's avatar Andrew Morgan Committed by Linus Torvalds

Remove unnecessary include from include/linux/capability.h

KaiGai Kohei observed that this line in the linux header is not needed.
Signed-off-by: default avatarAndrew G. Morgan <morgan@kernel.org>
Cc: KaiGai Kohei <kaigai@kaigai.gr.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e338d263
......@@ -14,7 +14,6 @@
#define _LINUX_CAPABILITY_H
#include <linux/types.h>
#include <linux/compiler.h>
struct task_struct;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment