diff options
Diffstat (limited to 'include')
-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 7c1ffbab7865..a8a6ea809da0 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -63,7 +63,7 @@ enum rfkill_state { | |||
63 | * This structure represents a RF switch located on a network device. | 63 | * This structure represents a RF switch located on a network device. |
64 | */ | 64 | */ |
65 | struct rfkill { | 65 | struct rfkill { |
66 | char *name; | 66 | const char *name; |
67 | enum rfkill_type type; | 67 | enum rfkill_type type; |
68 | 68 | ||
69 | enum rfkill_state state; | 69 | enum rfkill_state state; |