summaryrefslogtreecommitdiffstats
path: root/drivers/misc/pch_phub.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:26:02 +0100
committerGreg Kroah-Hartman2012-11-21 21:53:32 +0100
commit486a5c28c2e7d6a80c393ac7d612b77d80447b84 (patch)
treeef3c552ad9e9c86606ecc8be4220065d8f39eb1b /drivers/misc/pch_phub.c
parentmisc: remove use of __devinitconst (diff)
downloadkernel-qcow2-linux-486a5c28c2e7d6a80c393ac7d612b77d80447b84.tar.gz
kernel-qcow2-linux-486a5c28c2e7d6a80c393ac7d612b77d80447b84.tar.xz
kernel-qcow2-linux-486a5c28c2e7d6a80c393ac7d612b77d80447b84.zip
misc: 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> Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl> Cc: Wolfram Sang <w.sang@pengutronix.de> Cc: Eric Piel <eric.piel@tremplin-utc.net> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/pch_phub.c')
-rw-r--r--drivers/misc/pch_phub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/pch_phub.c b/drivers/misc/pch_phub.c
index 3896cff2579f..931e635aa491 100644
--- a/drivers/misc/pch_phub.c
+++ b/drivers/misc/pch_phub.c
@@ -819,7 +819,7 @@ err_pci_enable_dev:
return ret;
}
-static void __devexit pch_phub_remove(struct pci_dev *pdev)
+static void pch_phub_remove(struct pci_dev *pdev)
{
struct pch_phub_reg *chip = pci_get_drvdata(pdev);