summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/conex.c
diff options
context:
space:
mode:
authorMárton Németh <nm127@freemail.hu>2009-12-10 11:31:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-16 00:18:48 -0200
commit37b372e5ebe187037e01885151a0afb546a38520 (patch)
tree54d6d6ba0dca57f968b697d5827eb22cc99a224b /drivers/media/video/gspca/conex.c
parent422eaac5d5367bab71fa2cc33393b2ea894498fe (diff)
downloadlinux-3.10-37b372e5ebe187037e01885151a0afb546a38520.tar.gz
linux-3.10-37b372e5ebe187037e01885151a0afb546a38520.tar.bz2
linux-3.10-37b372e5ebe187037e01885151a0afb546a38520.zip
V4L/DVB (13621): gspca - some subdrivers: Make device_table[]s constant.
Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/conex.c')
-rw-r--r--drivers/media/video/gspca/conex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/conex.c b/drivers/media/video/gspca/conex.c
index 2f0b8d621e0..c98b5d69c43 100644
--- a/drivers/media/video/gspca/conex.c
+++ b/drivers/media/video/gspca/conex.c
@@ -1046,14 +1046,14 @@ static struct sd_desc sd_desc = {
};
/* -- module initialisation -- */
-static __devinitdata struct usb_device_id device_table[] = {
+static const struct usb_device_id device_table[] __devinitconst = {
{USB_DEVICE(0x0572, 0x0041)},
{}
};
MODULE_DEVICE_TABLE(usb, device_table);
/* -- device connect -- */
-static int sd_probe(struct usb_interface *intf,
+static int __devinit sd_probe(struct usb_interface *intf,
const struct usb_device_id *id)
{
return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd),