dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Andrew Morgan 2008-02-04 22:29:43 -08:00 committed by Linus Torvalds
parent e338d263a7
commit 46c383cc45
1 changed files with 0 additions and 1 deletions

View File

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