aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2011-05-17 02:56:09 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-21 08:32:39 -0400
commitf7242d30034da3f2937fbe9eb3d17355bbff58d1 (patch)
tree0409e787332e0a07d77494e427212077061c673d /drivers
parentcc90b15eb27696a5fa237897deb2fc83a1e003f1 (diff)
[media] gspca - kinect: Remove __devinitdata
__devinit* must not be used in USB drivers. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-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 2028c6436bb..66671a4092e 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};