|
@@ -534,7 +534,7 @@ static void msm_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
|
|
#define msm_gpio_dbg_show NULL
|
|
#define msm_gpio_dbg_show NULL
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-static struct gpio_chip msm_gpio_template = {
|
|
|
|
|
|
+static const struct gpio_chip msm_gpio_template = {
|
|
.direction_input = msm_gpio_direction_input,
|
|
.direction_input = msm_gpio_direction_input,
|
|
.direction_output = msm_gpio_direction_output,
|
|
.direction_output = msm_gpio_direction_output,
|
|
.get_direction = msm_gpio_get_direction,
|
|
.get_direction = msm_gpio_get_direction,
|