[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>
This commit is contained in:
Jean-François Moine 2011-05-17 03:56:09 -03:00 committed by Mauro Carvalho Chehab
parent cc90b15eb2
commit f7242d3003

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