aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index fa1c74217a52..10f64652c04f 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -319,8 +319,8 @@ struct em28xx {
319 unsigned int max_range_640_480:1; 319 unsigned int max_range_640_480:1;
320 unsigned int has_dvb:1; 320 unsigned int has_dvb:1;
321 321
322 struct gpio_ctl (*analog_gpio)[MAX_GPIO]; 322 struct gpio_ctl *analog_gpio;
323 struct gpio_ctl (*digital_gpio)[MAX_GPIO]; 323 struct gpio_ctl *digital_gpio;
324 324
325 int video_inputs; /* number of video inputs */ 325 int video_inputs; /* number of video inputs */
326 struct list_head devlist; 326 struct list_head devlist;