Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98243
b: refs/heads/master
c: 6fd6588
h: refs/heads/master
i:
  98241: 40d151f
  98239: 336b5fc
v: v3
  • Loading branch information
David Brownell authored and Jeff Garzik committed Jun 18, 2008
1 parent adfb31c commit 9fc0dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3b4fcedee5cf1d1342b85f1318c0fe1ff1727a9
refs/heads/master: 6fd65882f5e99972ba96f7cc92086ebac041cdf8
5 changes: 2 additions & 3 deletions trunk/drivers/net/enc28j60.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ static int __devinit enc28j60_probe(struct spi_device *spi)
return ret;
}

static int enc28j60_remove(struct spi_device *spi)
static int __devexit enc28j60_remove(struct spi_device *spi)
{
struct enc28j60_net *priv = dev_get_drvdata(&spi->dev);

Expand All @@ -1573,9 +1573,8 @@ static int enc28j60_remove(struct spi_device *spi)
static struct spi_driver enc28j60_driver = {
.driver = {
.name = DRV_NAME,
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
},
.probe = enc28j60_probe,
.remove = __devexit_p(enc28j60_remove),
};
Expand Down

0 comments on commit 9fc0dd5

Please sign in to comment.