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

staging: slicoss: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bill Pemberton and committed by
Greg Kroah-Hartman
ecb4f387 a46303ca

+1 -1
+1 -1
drivers/staging/slicoss/slicoss.c
··· 3046 3046 kfree(card); 3047 3047 } 3048 3048 3049 - static void __devexit slic_entry_remove(struct pci_dev *pcidev) 3049 + static void slic_entry_remove(struct pci_dev *pcidev) 3050 3050 { 3051 3051 struct net_device *dev = pci_get_drvdata(pcidev); 3052 3052 u32 mmio_start = 0;