Skip to content

Commit

Permalink
Remove double inclusion of linux/capability.h
Browse files Browse the repository at this point in the history
Remove the second inclusion of linux/capability.h, which has been
introduced with "[PATCH] move capable() to capability.h" (commit
c59ede7)

Signed-off-by: Christian Heim <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Christian Heim authored and Linus Torvalds committed Aug 19, 2007
1 parent 2a67789 commit e598fba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <linux/capability.h>
#include <linux/ctype.h>
#include <linux/utsname.h>
#include <linux/capability.h>
#include <linux/smp_lock.h>
#include <linux/fs.h>
#include <linux/init.h>
Expand Down

0 comments on commit e598fba

Please sign in to comment.