Skip to content

Commit

Permalink
[media] gspca - kinect: Remove __devinitdata
Browse files Browse the repository at this point in the history
__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>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed May 21, 2011
1 parent cc90b15 commit f7242d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/kinect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
{}
};
Expand Down

0 comments on commit f7242d3

Please sign in to comment.