media: pci: make video_device const
[sfrench/cifs-2.6.git] / drivers / media / pci / saa7134 / saa7134-empress.c
index b1d3648dcba1898502bc84d1f05b11be17d02294..66acfd35ffc601f84f3b8bc718aeb9896402ee17 100644 (file)
@@ -205,7 +205,7 @@ static const struct v4l2_ioctl_ops ts_ioctl_ops = {
 
 /* ----------------------------------------------------------- */
 
-static struct video_device saa7134_empress_template = {
+static const struct video_device saa7134_empress_template = {
        .name          = "saa7134-empress",
        .fops          = &ts_fops,
        .ioctl_ops     = &ts_ioctl_ops,