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-12-26 14:03:22 +0100
commit0487f174fa672b60c4fa491b43277b901bcf05d7 (patch)
treeab5c3eac1ade0e763a74a705b6b99c06e20b686d /include
parent7dab0a33abd6c0dfcad045adce704f877f4a9aee (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 */
};