misc: remove use of __devinit
[deliverable/linux.git] / drivers / misc / pch_phub.c
index 5581774393c89e7069033bfed2badaa3d6c45128..3896cff2579fb067424c60635830d140f020daca 100644 (file)
@@ -666,7 +666,7 @@ static struct bin_attribute pch_bin_attr = {
        .write = pch_phub_bin_write,
 };
 
-static int __devinit pch_phub_probe(struct pci_dev *pdev,
+static int pch_phub_probe(struct pci_dev *pdev,
                                    const struct pci_device_id *id)
 {
        int retval;
This page took 0.02845 seconds and 5 git commands to generate.