|
@@ -49,7 +49,7 @@ static struct pci_device_id matrox_w1_tbl[] = {
|
|
|
MODULE_DEVICE_TABLE(pci, matrox_w1_tbl);
|
|
|
|
|
|
static int matrox_w1_probe(struct pci_dev *, const struct pci_device_id *);
|
|
|
-static void __devexit matrox_w1_remove(struct pci_dev *);
|
|
|
+static void matrox_w1_remove(struct pci_dev *);
|
|
|
|
|
|
static struct pci_driver matrox_w1_pci_driver = {
|
|
|
.name = "matrox_w1",
|
|
@@ -220,7 +220,7 @@ err_out_free_device:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static void __devexit matrox_w1_remove(struct pci_dev *pdev)
|
|
|
+static void matrox_w1_remove(struct pci_dev *pdev)
|
|
|
{
|
|
|
struct matrox_device *dev = pci_get_drvdata(pdev);
|
|
|
|