Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199875
b: refs/heads/master
c: c3dee74
h: refs/heads/master
i:
  199873: 7d09719
  199871: 44b63ba
v: v3
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 5f67f4c commit ff46cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 08a16d9f0effe8b7fd31995a7bd418a45ef2d6e7
refs/heads/master: c3dee74f52bb844db40865dae3c465212c6a09eb
4 changes: 2 additions & 2 deletions trunk/drivers/staging/adis16255/adis16255.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)

/*-------------------------------------------------------------------------*/

static int spi_adis16255_probe(struct spi_device *spi)
static int __devinit spi_adis16255_probe(struct spi_device *spi)
{

struct adis16255_init_data *init_data = spi->dev.platform_data;
Expand Down Expand Up @@ -421,7 +421,7 @@ static int spi_adis16255_probe(struct spi_device *spi)
return status;
}

static int spi_adis16255_remove(struct spi_device *spi)
static int __devexit spi_adis16255_remove(struct spi_device *spi)
{
struct spi_adis16255_data *spiadis = dev_get_drvdata(&spi->dev);

Expand Down

0 comments on commit ff46cb9

Please sign in to comment.