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 коммит произвёл Linus Torvalds
Родитель e338d263a7
Коммит 46c383cc45
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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