aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-devattr.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-07 00:08:58 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:39 -0400
commit69ea3c1cbc1d78d9f522e18e20c73e6ef9f8e39f (patch)
tree6fc52bba5f52cb51726c654eacd950e1fcfb2e7b /drivers/media/video/pvrusb2/pvrusb2-devattr.h
parentdd5f322f35e2a9a4d8ca5dd7c192a4137a7f5031 (diff)
V4L/DVB (11200): pvrusb2: Make a bunch of dvb config structures const (trivial)
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-devattr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
index 30aa7a440990..ed9cdedcc71b 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
@@ -103,7 +103,7 @@ struct pvr2_device_desc {
103 103
104#ifdef CONFIG_VIDEO_PVRUSB2_DVB 104#ifdef CONFIG_VIDEO_PVRUSB2_DVB
105 /* callback functions to handle attachment of digital tuner & demod */ 105 /* callback functions to handle attachment of digital tuner & demod */
106 struct pvr2_dvb_props *dvb_props; 106 const struct pvr2_dvb_props *dvb_props;
107 107
108#endif 108#endif
109 /* Initial standard bits to use for this device, if not zero. 109 /* Initial standard bits to use for this device, if not zero.