summaryrefslogtreecommitdiff
path: root/include/linux/rfkill-regulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rfkill-regulator.h')
-rw-r--r--include/linux/rfkill-regulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rfkill-regulator.h b/include/linux/rfkill-regulator.h
index aca36bc83315..594d8e7876d2 100644
--- a/include/linux/rfkill-regulator.h
+++ b/include/linux/rfkill-regulator.h
@@ -41,7 +41,7 @@
#include <linux/rfkill.h>
struct rfkill_regulator_platform_data {
- char *name; /* the name for the rfkill switch */
+ const char *name; /* the name for the rfkill switch */
enum rfkill_type type; /* the type as specified in rfkill.h */
};