diff options
Diffstat (limited to 'drivers/media/usb/gspca/spca506.c')
-rw-r--r-- | drivers/media/usb/gspca/spca506.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/usb/gspca/spca506.c b/drivers/media/usb/gspca/spca506.c index bab01c86c315..bcd2c04c770e 100644 --- a/drivers/media/usb/gspca/spca506.c +++ b/drivers/media/usb/gspca/spca506.c | |||
@@ -590,8 +590,7 @@ static const struct usb_device_id device_table[] = { | |||
590 | MODULE_DEVICE_TABLE(usb, device_table); | 590 | MODULE_DEVICE_TABLE(usb, device_table); |
591 | 591 | ||
592 | /* -- device connect -- */ | 592 | /* -- device connect -- */ |
593 | static int __devinit sd_probe(struct usb_interface *intf, | 593 | static int sd_probe(struct usb_interface *intf, const struct usb_device_id *id) |
594 | const struct usb_device_id *id) | ||
595 | { | 594 | { |
596 | return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd), | 595 | return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd), |
597 | THIS_MODULE); | 596 | THIS_MODULE); |