提交 a1fc9d87 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

staging: wlags49_h2: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 cea69a14
...@@ -126,7 +126,7 @@ MODULE_DEVICE_TABLE(pci, wl_pci_tbl); ...@@ -126,7 +126,7 @@ MODULE_DEVICE_TABLE(pci, wl_pci_tbl);
******************************************************************************/ ******************************************************************************/
int wl_pci_probe( struct pci_dev *pdev, int wl_pci_probe( struct pci_dev *pdev,
const struct pci_device_id *ent ); const struct pci_device_id *ent );
void __devexit wl_pci_remove(struct pci_dev *pdev); void wl_pci_remove(struct pci_dev *pdev);
int wl_pci_setup( struct pci_dev *pdev ); int wl_pci_setup( struct pci_dev *pdev );
void wl_pci_enable_cardbus_interrupts( struct pci_dev *pdev ); void wl_pci_enable_cardbus_interrupts( struct pci_dev *pdev );
...@@ -435,7 +435,7 @@ int wl_pci_probe( struct pci_dev *pdev, ...@@ -435,7 +435,7 @@ int wl_pci_probe( struct pci_dev *pdev,
* N/A * N/A
* *
******************************************************************************/ ******************************************************************************/
void __devexit wl_pci_remove(struct pci_dev *pdev) void wl_pci_remove(struct pci_dev *pdev)
{ {
struct net_device *dev = NULL; struct net_device *dev = NULL;
/*------------------------------------------------------------------------*/ /*------------------------------------------------------------------------*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册