diff options
Diffstat (limited to 'drivers/media/video/gspca/jeilinj.c')
| -rw-r--r-- | drivers/media/video/gspca/jeilinj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/jeilinj.c b/drivers/media/video/gspca/jeilinj.c index a35e87bb038..06b777f5379 100644 --- a/drivers/media/video/gspca/jeilinj.c +++ b/drivers/media/video/gspca/jeilinj.c | |||
| @@ -314,7 +314,7 @@ static int sd_start(struct gspca_dev *gspca_dev) | |||
| 314 | } | 314 | } |
| 315 | 315 | ||
| 316 | /* Table of supported USB devices */ | 316 | /* Table of supported USB devices */ |
| 317 | static const __devinitdata struct usb_device_id device_table[] = { | 317 | static const struct usb_device_id device_table[] = { |
| 318 | {USB_DEVICE(0x0979, 0x0280)}, | 318 | {USB_DEVICE(0x0979, 0x0280)}, |
| 319 | {} | 319 | {} |
| 320 | }; | 320 | }; |
