Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bill Pemberton and committed by
Greg Kroah-Hartman
7eeb7418 03f94c0f

+1 -1
+1 -1
drivers/firewire/nosy.c
··· 683 683 return ret; 684 684 } 685 685 686 - static struct pci_device_id pci_table[] __devinitdata = { 686 + static struct pci_device_id pci_table[] = { 687 687 { 688 688 .vendor = PCI_VENDOR_ID_TI, 689 689 .device = PCI_DEVICE_ID_TI_PCILYNX,