summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-08-10 19:00:17 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-21 14:25:39 +0100
commit6db9a8f8d259d26a469a24aa76ce0daa5d863c2d (patch)
tree80c7d0bf49cc0fef8c7fdb99fd9ffb59a74a4efb /include
parent60bbc1e6eee4a0b13281cb3f7507a230365f51eb (diff)
rfkill-regulator: add dt support
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 0487f174fa672b60c4fa491b43277b901bcf05d7) (cherry picked from commit 5969e2cf95894901633b48ac61c8fe44dc027b8c)
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..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 */
};