summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-08-10 19:00:17 -0700
committerTroy Kisky <troy.kisky@boundarydevices.com>2014-04-24 18:59:29 -0700
commit272019d92cdfaf89e3e8f1a4faeb57f7cbfbadf4 (patch)
tree6fd866f3f99292cff2662b80c97bd6b3af6ebe16 /include
parent0a34503804dfbd1dc29c1486fce5382c1bbff1a0 (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 */
};