diff options
Diffstat (limited to 'drivers/video/via')
-rw-r--r-- | drivers/video/via/via-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/via-gpio.c b/drivers/video/via/via-gpio.c index 595516aea691..39acb37e7a1d 100644 --- a/drivers/video/via/via-gpio.c +++ b/drivers/video/via/via-gpio.c | |||
@@ -73,7 +73,7 @@ struct viafb_gpio_cfg { | |||
73 | struct gpio_chip gpio_chip; | 73 | struct gpio_chip gpio_chip; |
74 | struct viafb_dev *vdev; | 74 | struct viafb_dev *vdev; |
75 | struct viafb_gpio *active_gpios[VIAFB_NUM_GPIOS]; | 75 | struct viafb_gpio *active_gpios[VIAFB_NUM_GPIOS]; |
76 | char *gpio_names[VIAFB_NUM_GPIOS]; | 76 | const char *gpio_names[VIAFB_NUM_GPIOS]; |
77 | }; | 77 | }; |
78 | 78 | ||
79 | /* | 79 | /* |