mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 10:13:57 +08:00
staging: sbe-2t3e3: 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4cd2b92de3
commit
8b1e01264c
@ -188,7 +188,7 @@ free_card:
|
||||
return err;
|
||||
}
|
||||
|
||||
static struct pci_device_id t3e3_pci_tbl[] __devinitdata = {
|
||||
static struct pci_device_id t3e3_pci_tbl[] = {
|
||||
{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142,
|
||||
PCI_VENDOR_ID_SBE, PCI_SUBDEVICE_ID_SBE_T3E3, 0, 0, 0 },
|
||||
{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142,
|
||||
|
Loading…
Reference in New Issue
Block a user