mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 02:59:19 -04:00
staging: wlags49_h2: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit 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:
committed by
Greg Kroah-Hartman
parent
1a65e20496
commit
a7d712aa3a
@@ -124,7 +124,7 @@ MODULE_DEVICE_TABLE(pci, wl_pci_tbl);
|
||||
/*******************************************************************************
|
||||
* function prototypes
|
||||
******************************************************************************/
|
||||
int __devinit wl_pci_probe( struct pci_dev *pdev,
|
||||
int wl_pci_probe( struct pci_dev *pdev,
|
||||
const struct pci_device_id *ent );
|
||||
void __devexit wl_pci_remove(struct pci_dev *pdev);
|
||||
int wl_pci_setup( struct pci_dev *pdev );
|
||||
@@ -398,7 +398,7 @@ int wl_adapter_is_open( struct net_device *dev )
|
||||
* errno value otherwise
|
||||
*
|
||||
******************************************************************************/
|
||||
int __devinit wl_pci_probe( struct pci_dev *pdev,
|
||||
int wl_pci_probe( struct pci_dev *pdev,
|
||||
const struct pci_device_id *ent )
|
||||
{
|
||||
int result;
|
||||
|
||||
Reference in New Issue
Block a user