Commit ba014fe5 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 bb2cf6e6
......@@ -65,7 +65,7 @@ static int wrn_remove(struct platform_device *pdev)
}
/* 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;
struct resource *res;
......@@ -94,7 +94,7 @@ static int __devinit __wrn_map_resources(struct platform_device *pdev)
return 0;
}
static int __devinit wrn_probe(struct platform_device *pdev)
static int wrn_probe(struct platform_device *pdev)
{
struct net_device *netdev;
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