[media] gspca - kinect: Remove __devinitdata
authorJean-François Moine <moinejf@free.fr>
Tue, 17 May 2011 06:56:09 +0000 (03:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 21 May 2011 12:32:39 +0000 (09:32 -0300)
__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>
drivers/media/video/gspca/kinect.c

index 2028c64..66671a4 100644 (file)
@@ -389,7 +389,7 @@ static const struct sd_desc sd_desc = {
 };
 
 /* -- module initialisation -- */
-static const __devinitdata struct usb_device_id device_table[] = {
+static const struct usb_device_id device_table[] = {
        {USB_DEVICE(0x045e, 0x02ae)},
        {}
 };