Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275557
b: refs/heads/master
c: 66ae456
h: refs/heads/master
i:
  275555: 37cd02c
v: v3
  • Loading branch information
Axel Lin authored and Guan Xuetao committed Nov 15, 2011
1 parent 7fbe408 commit 3f25728
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: 63c95fa414032adb56194d026c9ed054488b0783
refs/heads/master: 66ae45604c90f25397294099cdb214f642471327
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-puv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static void puv3_rtc_enable(struct platform_device *pdev, int en)
}
}

static int puv3_rtc_remove(struct platform_device *dev)
static int __devexit puv3_rtc_remove(struct platform_device *dev)
{
struct rtc_device *rtc = platform_get_drvdata(dev);

Expand All @@ -236,7 +236,7 @@ static int puv3_rtc_remove(struct platform_device *dev)
return 0;
}

static int puv3_rtc_probe(struct platform_device *pdev)
static int __devinit puv3_rtc_probe(struct platform_device *pdev)
{
struct rtc_device *rtc;
struct resource *res;
Expand Down

0 comments on commit 3f25728

Please sign in to comment.