diff options
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-ioctl.h')
| -rw-r--r-- | drivers/media/pci/cx23885/cx23885-ioctl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-ioctl.h b/drivers/media/pci/cx23885/cx23885-ioctl.h index 315be0ca5a0..a6080964a9e 100644 --- a/drivers/media/pci/cx23885/cx23885-ioctl.h +++ b/drivers/media/pci/cx23885/cx23885-ioctl.h @@ -33,7 +33,7 @@ int cx23885_g_register(struct file *file, void *fh,  int cx23885_s_register(struct file *file, void *fh, -		       struct v4l2_dbg_register *reg); +		       const struct v4l2_dbg_register *reg);  #endif  #endif  |