Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93965
b: refs/heads/master
c: a3ed107
h: refs/heads/master
i:
  93963: 626d796
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 28, 2008
1 parent 161a11b commit df977c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: c464652813fe128c346ce6e7ec8fb0d2b67de6fb
refs/heads/master: a3ed107e63b7cd4d1ba1567a69a1feec5f0eabc1
6 changes: 2 additions & 4 deletions trunk/drivers/rtc/rtc-ds1511.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ ds1511_wdog_disable(void)
* stupidly, some callers call with year unmolested;
* and some call with year = year - 1900. thanks.
*/
int
ds1511_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm)
static int ds1511_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm)
{
u8 mon, day, dow, hrs, min, sec, yrs, cen;
unsigned int flags;
Expand Down Expand Up @@ -245,8 +244,7 @@ ds1511_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm)
return 0;
}

int
ds1511_rtc_read_time(struct device *dev, struct rtc_time *rtc_tm)
static int ds1511_rtc_read_time(struct device *dev, struct rtc_time *rtc_tm)
{
unsigned int century;
unsigned int flags;
Expand Down

0 comments on commit df977c0

Please sign in to comment.