Skip to content

Commit

Permalink
firewire: remove use of __devinitdata
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wfp5p authored and gregkh committed Nov 28, 2012
1 parent 03f94c0 commit 7eeb741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firewire/nosy.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ add_card(struct pci_dev *dev, const struct pci_device_id *unused)
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,
Expand Down

0 comments on commit 7eeb741

Please sign in to comment.