Input: remove use of __devexit
[sfrench/cifs-2.6.git] / drivers / input / gameport / fm801-gp.c
index b1705e17020fc40d5f368b96dd9a69d184480a49..ae912d3aee4e55b4a3e9d9c19339bf2a7b685641 100644 (file)
@@ -129,7 +129,7 @@ static int fm801_gp_probe(struct pci_dev *pci, const struct pci_device_id *id)
        return error;
 }
 
-static void __devexit fm801_gp_remove(struct pci_dev *pci)
+static void fm801_gp_remove(struct pci_dev *pci)
 {
        struct fm801_gp *gp = pci_get_drvdata(pci);