From: Jaswinder Singh Rajput <jaswinder@kernel.org> Date: Wed, 8 Jul 2009 15:55:54 +0000 (+0530) Subject: includecheck fix: include/linux, rfkill.h X-Git-Tag: firefly_0821_release~13027^2~192^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1ce822fa04fd6878f079461a4b8affe4bb5ec27b;p=firefly-linux-kernel-4.4.55.git includecheck fix: include/linux, rfkill.h 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> --- diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index e73e2429a1b1..2ce29831feb6 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h @@ -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>