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

staging: sbe-2t3e3: 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
a46303ca 434bd035

+1 -1
+1 -1
drivers/staging/sbe-2t3e3/module.c
··· 117 117 return err; 118 118 } 119 119 120 - static void __devexit t3e3_remove_card(struct pci_dev *pdev) 120 + static void t3e3_remove_card(struct pci_dev *pdev) 121 121 { 122 122 struct channel *channel0 = pci_get_drvdata(pdev); 123 123 struct card *card = channel0->card;