Browse Source

[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>
Jean-François Moine 14 years ago
parent
commit
f7242d3003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/video/gspca/kinect.c

+ 1 - 1
drivers/media/video/gspca/kinect.c

@@ -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)},
 	{}
 };