summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-08-10 19:00:17 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-29 13:43:34 +0200
commitedbd2dfa998798e0a35c8deec69c7b1876e4671d (patch)
tree10358e2519f36d9d23c8349e208df09b2725b169 /include
parentbd719ad61fa72cbb826ca54754dc3b811322d946 (diff)
rfkill-regulator: add dt support
Diffstat (limited to 'include')
-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..d489c289265a 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 */
};