Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208455
b: refs/heads/master
c: bdaf886
h: refs/heads/master
i:
  208453: c1b2ef2
  208451: b7fcb6c
  208447: f9b09b5
v: v3
  • Loading branch information
Graham Gower authored and Linus Torvalds committed Aug 11, 2010
1 parent 188dfd7 commit 82463bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 70d2a0bae26c7c44641785d9def8a0d9048abbea
refs/heads/master: bdaf886fcfad73e4ff72423ce034dd7940e2e827
8 changes: 0 additions & 8 deletions trunk/drivers/rtc/rtc-pcf8563.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,6 @@ static int pcf8563_set_datetime(struct i2c_client *client, struct rtc_time *tm)
return 0;
}

struct pcf8563_limit
{
unsigned char reg;
unsigned char mask;
unsigned char min;
unsigned char max;
};

static int pcf8563_rtc_read_time(struct device *dev, struct rtc_time *tm)
{
return pcf8563_get_datetime(to_i2c_client(dev), tm);
Expand Down

0 comments on commit 82463bb

Please sign in to comment.