dect
/
linux-2.6
Archived
13
0
Fork 0

firewire: 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>
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton 2012-11-19 13:24:13 -05:00 committed by Greg Kroah-Hartman
parent 03f94c0f62
commit 7eeb741895
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ fail_disable:
return ret;
}
static struct pci_device_id pci_table[] __devinitdata = {
static struct pci_device_id pci_table[] = {
{
.vendor = PCI_VENDOR_ID_TI,
.device = PCI_DEVICE_ID_TI_PCILYNX,