diff options
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r-- | include/linux/rfkill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index c6c608482cba..6fdf02737e9d 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -117,10 +117,10 @@ enum rfkill_user_states { | |||
117 | #include <linux/kernel.h> | 117 | #include <linux/kernel.h> |
118 | #include <linux/list.h> | 118 | #include <linux/list.h> |
119 | #include <linux/mutex.h> | 119 | #include <linux/mutex.h> |
120 | #include <linux/device.h> | ||
121 | #include <linux/leds.h> | 120 | #include <linux/leds.h> |
122 | #include <linux/err.h> | 121 | #include <linux/err.h> |
123 | 122 | ||
123 | struct device; | ||
124 | /* this is opaque */ | 124 | /* this is opaque */ |
125 | struct rfkill; | 125 | struct rfkill; |
126 | 126 | ||