diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-03-07 11:18:59 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 05:46:31 +0200 |
commit | a4fa8e9e8586bc769b14069bbb663e2738abe7be (patch) | |
tree | 4564d2250be473be10dcd5776942c932189349fc /drivers/media/video/gspca/sn9c2028.c | |
parent | V4L/DVB: gspca - main: Use ktime instead of jiffies for buffer timestamping (diff) | |
download | linux-a4fa8e9e8586bc769b14069bbb663e2738abe7be.tar.xz linux-a4fa8e9e8586bc769b14069bbb663e2738abe7be.zip |
V4L/DVB: gspca - cpia1 / sn9c2028: Make control descriptors constant
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/sn9c2028.c')
-rw-r--r-- | drivers/media/video/gspca/sn9c2028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/sn9c2028.c b/drivers/media/video/gspca/sn9c2028.c index dda5fd4aa69e..71d9447a7986 100644 --- a/drivers/media/video/gspca/sn9c2028.c +++ b/drivers/media/video/gspca/sn9c2028.c @@ -39,7 +39,7 @@ struct init_command { }; /* V4L2 controls supported by the driver */ -static struct ctrl sd_ctrls[] = { +static const struct ctrl sd_ctrls[] = { }; /* How to change the resolution of any of the VGA cams is unknown */ |