Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#define _LINUX_CAPABILITY_H

#include <linux/types.h>
#include <linux/compiler.h>

struct task_struct;