Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47919
b: refs/heads/master
c: c239122
h: refs/heads/master
i:
  47917: c4e9128
  47915: bc2b7ab
  47911: 2640dd5
  47903: 3213de8
v: v3
  • Loading branch information
Prarit Bhargava authored and Linus Torvalds committed Feb 12, 2007
1 parent 1d07142 commit a56bf4e
Show file tree
Hide file tree
Showing 3 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: eb5857084c8d27764b842025e4c805b174e40cad
refs/heads/master: c239122dec9230af80d0914ba23fefde80fdeffe
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1553.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static struct bin_attribute ds1553_nvram_attr = {
.write = ds1553_nvram_write,
};

static int __init ds1553_rtc_probe(struct platform_device *pdev)
static int __devinit ds1553_rtc_probe(struct platform_device *pdev)
{
struct rtc_device *rtc;
struct resource *res;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1742.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static struct bin_attribute ds1742_nvram_attr = {
.write = ds1742_nvram_write,
};

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

0 comments on commit a56bf4e

Please sign in to comment.