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

staging: sm7xxfb: 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
361a2018 ecb4f387

+1 -1
+1 -1
drivers/staging/sm7xxfb/sm7xxfb.c
··· 928 928 {0,} 929 929 }; 930 930 931 - static void __devexit smtcfb_pci_remove(struct pci_dev *pdev) 931 + static void smtcfb_pci_remove(struct pci_dev *pdev) 932 932 { 933 933 struct smtcfb_info *sfb; 934 934