aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/gspca/kinect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c
index 2028c6436bbd..66671a4092e4 100644
--- a/drivers/media/video/gspca/kinect.c
+++ b/drivers/media/video/gspca/kinect.c
@@ -389,7 +389,7 @@ static const struct sd_desc sd_desc = {
389}; 389};
390 390
391/* -- module initialisation -- */ 391/* -- module initialisation -- */
392static const __devinitdata struct usb_device_id device_table[] = { 392static const struct usb_device_id device_table[] = {
393 {USB_DEVICE(0x045e, 0x02ae)}, 393 {USB_DEVICE(0x045e, 0x02ae)},
394 {} 394 {}
395}; 395};