Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186326
b: refs/heads/master
c: b51e829
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed Mar 6, 2010
1 parent 0bd0f08 commit e78dedd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b4877d2b3678f4455f2b8b0211868ac57c3b1ff6
refs/heads/master: b51e8293182764ca7b1a1bdb28a5c5dc60152c76
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-pcf2123.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static int __devinit pcf2123_probe(struct spi_device *spi)
return ret;
}

static int pcf2123_remove(struct spi_device *spi)
static int __devexit pcf2123_remove(struct spi_device *spi)
{
struct pcf2123_plat_data *pdata = spi->dev.platform_data;
int i;
Expand Down

0 comments on commit e78dedd

Please sign in to comment.