From: Bill Pemberton Date: Mon, 19 Nov 2012 18:26:49 +0000 (-0500) Subject: staging: sm7xxfb: remove use of __devexit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=361a2018596604e8e101aa86f296026760a705e1;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c index 3c0ba60ec4f2..0764bbbfd497 100644 --- a/drivers/staging/sm7xxfb/sm7xxfb.c +++ b/drivers/staging/sm7xxfb/sm7xxfb.c @@ -928,7 +928,7 @@ static DEFINE_PCI_DEVICE_TABLE(smtcfb_pci_table) = { {0,} }; -static void __devexit smtcfb_pci_remove(struct pci_dev *pdev) +static void smtcfb_pci_remove(struct pci_dev *pdev) { struct smtcfb_info *sfb;