usb: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Li Yang <leoli@freescale.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
d3608b6daf
commit
2f82686e8c
@@ -533,7 +533,7 @@ static void quirk_usb_handoff_ohci(struct pci_dev *pdev)
|
||||
iounmap(base);
|
||||
}
|
||||
|
||||
static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = {
|
||||
static const struct dmi_system_id ehci_dmi_nohandoff_table[] = {
|
||||
{
|
||||
/* Pegatron Lucid (ExoPC) */
|
||||
.matches = {
|
||||
|
Reference in New Issue
Block a user