includecheck fix: include/linux, rfkill.h
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 8 Jul 2009 15:55:54 +0000 (21:25 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 8 Jul 2009 19:24:32 +0000 (15:24 -0400)
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>
include/linux/rfkill.h

index e73e2429a1b1cab128e1561865b3f12ca822a8e8..2ce29831feb61d9c0d7aefa5f0f3446f17519220 100644 (file)
@@ -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>