1
0

usb: remove use of __devinitdata

CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Este cometimento está contido em:
Bill Pemberton
2012-11-19 13:24:34 -05:00
cometido por Greg Kroah-Hartman
ascendente 41ac7b3ab7
cometimento d3608b6daf
7 ficheiros modificados com 17 adições e 17 eliminações

Ver ficheiro

@@ -199,7 +199,7 @@ static int spear_ehci_hcd_drv_remove(struct platform_device *pdev)
return 0;
}
static struct of_device_id spear_ehci_id_table[] __devinitdata = {
static struct of_device_id spear_ehci_id_table[] = {
{ .compatible = "st,spear600-ehci", },
{ },
};