Commit 210ba8b0 authored by Alessandro Rubini's avatar Alessandro Rubini

kernel: remove __dev{init|exit}, that are no more

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 4a9fd665
...@@ -82,7 +82,7 @@ int spec_load_fpga_file(struct spec_dev *spec, char *name) ...@@ -82,7 +82,7 @@ int spec_load_fpga_file(struct spec_dev *spec, char *name)
return err; return err;
} }
static int __devinit spec_probe(struct pci_dev *pdev, static int spec_probe(struct pci_dev *pdev,
const struct pci_device_id *id) const struct pci_device_id *id)
{ {
struct spec_dev *spec; struct spec_dev *spec;
...@@ -160,7 +160,7 @@ out_unmap: ...@@ -160,7 +160,7 @@ out_unmap:
return ret; return ret;
} }
static void __devexit spec_remove(struct pci_dev *pdev) static void spec_remove(struct pci_dev *pdev)
{ {
struct spec_dev *spec = pci_get_drvdata(pdev); struct spec_dev *spec = pci_get_drvdata(pdev);
int i; int i;
......
...@@ -67,7 +67,7 @@ static int wrn_remove(struct platform_device *pdev) ...@@ -67,7 +67,7 @@ static int wrn_remove(struct platform_device *pdev)
} }
/* This helper is used by probe below */ /* This helper is used by probe below */
static int __devinit __wrn_map_resources(struct platform_device *pdev) static int __wrn_map_resources(struct platform_device *pdev)
{ {
int i; int i;
struct resource *res; struct resource *res;
...@@ -97,7 +97,7 @@ static int __devinit __wrn_map_resources(struct platform_device *pdev) ...@@ -97,7 +97,7 @@ static int __devinit __wrn_map_resources(struct platform_device *pdev)
return 0; return 0;
} }
static int __devinit wrn_probe(struct platform_device *pdev) static int wrn_probe(struct platform_device *pdev)
{ {
struct net_device *netdev; struct net_device *netdev;
struct wrn_ep *ep; struct wrn_ep *ep;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment