summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2014-01-13 15:19:12 -0700
committerTroy Kisky <troy.kisky@boundarydevices.com>2014-04-24 18:59:29 -0700
commit0e84f07ebcab4bbed7ac984454c24a3c20c55098 (patch)
treeb1a65e4e0ce917b35449f295a5880244f8b96924 /include
parent272019d92cdfaf89e3e8f1a4faeb57f7cbfbadf4 (diff)
rfkill-gpio: add devicetree support
Diffstat (limited to 'include')
-rw-r--r--include/linux/rfkill-gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rfkill-gpio.h b/include/linux/rfkill-gpio.h
index 4d09f6eab359..76a9674af5db 100644
--- a/include/linux/rfkill-gpio.h
+++ b/include/linux/rfkill-gpio.h
@@ -35,7 +35,7 @@
*/
struct rfkill_gpio_platform_data {
- char *name;
+ const char *name;
int reset_gpio;
int shutdown_gpio;
const char *power_clk_name;