Input: remove use of __devinit
[sfrench/cifs-2.6.git] / drivers / input / gameport / fm801-gp.c
index e3ab458bfb8a8281440f8d3bddf25e1f2a40515c..b1705e17020fc40d5f368b96dd9a69d184480a49 100644 (file)
@@ -78,7 +78,7 @@ static int fm801_gp_open(struct gameport *gameport, int mode)
        return 0;
 }
 
-static int __devinit fm801_gp_probe(struct pci_dev *pci, const struct pci_device_id *id)
+static int fm801_gp_probe(struct pci_dev *pci, const struct pci_device_id *id)
 {
        struct fm801_gp *gp;
        struct gameport *port;