Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352490
b: refs/heads/master
c: c14dd26
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and David S. Miller committed Feb 15, 2013
1 parent e18d12b commit 7eac584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: f85b02c2bd7be7832f4d1ff55f401fcf38573e47
refs/heads/master: c14dd2680baaef02aa4d221a2b5d337fbfd71b00
12 changes: 0 additions & 12 deletions trunk/drivers/net/ieee802154/at86rf230.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,16 +751,6 @@ static int at86rf230_hw_init(struct at86rf230_local *lp)
return 0;
}

static int at86rf230_suspend(struct spi_device *spi, pm_message_t message)
{
return 0;
}

static int at86rf230_resume(struct spi_device *spi)
{
return 0;
}

static int at86rf230_fill_data(struct spi_device *spi)
{
struct at86rf230_local *lp = spi_get_drvdata(spi);
Expand Down Expand Up @@ -948,8 +938,6 @@ static struct spi_driver at86rf230_driver = {
},
.probe = at86rf230_probe,
.remove = at86rf230_remove,
.suspend = at86rf230_suspend,
.resume = at86rf230_resume,
};

module_spi_driver(at86rf230_driver);
Expand Down

0 comments on commit 7eac584

Please sign in to comment.