From 0487f174fa672b60c4fa491b43277b901bcf05d7 Mon Sep 17 00:00:00 2001 From: Troy Kisky Date: Sat, 10 Aug 2013 19:00:17 -0700 Subject: rfkill-regulator: add dt support --- include/linux/rfkill-regulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 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 */ }; -- cgit v1.2.3