aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-generic/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
index 0f99ad38b012..2c5744b66dec 100644
--- a/include/asm-generic/gpio.h
+++ b/include/asm-generic/gpio.h
@@ -61,7 +61,7 @@ struct module;
61 * is calculated by subtracting @base from the gpio number. 61 * is calculated by subtracting @base from the gpio number.
62 */ 62 */
63struct gpio_chip { 63struct gpio_chip {
64 char *label; 64 const char *label;
65 struct device *dev; 65 struct device *dev;
66 struct module *owner; 66 struct module *owner;
67 67