Skip to content

Commit

Permalink
includecheck fix: include/linux, rfkill.h
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warning:

  include/linux/rfkill.h: linux/types.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Jaswinder Singh Rajput authored and John W. Linville committed Jul 8, 2009
1 parent 47ab384 commit 1ce822f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/rfkill.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ enum rfkill_user_states {
#undef RFKILL_STATE_UNBLOCKED
#undef RFKILL_STATE_HARD_BLOCKED

#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/mutex.h>
Expand Down

0 comments on commit 1ce822f

Please sign in to comment.