diff options
Diffstat (limited to 'drivers/media/pci/meye/meye.h')
-rw-r--r-- | drivers/media/pci/meye/meye.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/meye/meye.h b/drivers/media/pci/meye/meye.h index 4bdeb03f1644..6fed9274cfa5 100644 --- a/drivers/media/pci/meye/meye.h +++ b/drivers/media/pci/meye/meye.h | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <linux/types.h> | 39 | #include <linux/types.h> |
40 | #include <linux/pci.h> | 40 | #include <linux/pci.h> |
41 | #include <linux/kfifo.h> | 41 | #include <linux/kfifo.h> |
42 | #include <media/v4l2-ctrls.h> | ||
42 | 43 | ||
43 | /****************************************************************************/ | 44 | /****************************************************************************/ |
44 | /* Motion JPEG chip registers */ | 45 | /* Motion JPEG chip registers */ |
@@ -290,6 +291,7 @@ struct meye_grab_buffer { | |||
290 | /* Motion Eye device structure */ | 291 | /* Motion Eye device structure */ |
291 | struct meye { | 292 | struct meye { |
292 | struct v4l2_device v4l2_dev; /* Main v4l2_device struct */ | 293 | struct v4l2_device v4l2_dev; /* Main v4l2_device struct */ |
294 | struct v4l2_ctrl_handler hdl; | ||
293 | struct pci_dev *mchip_dev; /* pci device */ | 295 | struct pci_dev *mchip_dev; /* pci device */ |
294 | u8 mchip_irq; /* irq */ | 296 | u8 mchip_irq; /* irq */ |
295 | u8 mchip_mode; /* actual mchip mode: HIC_MODE... */ | 297 | u8 mchip_mode; /* actual mchip mode: HIC_MODE... */ |