| Submitter | Graham Gower |
|---|---|
| Date | June 1, 2010, 11:40 p.m. |
| Message ID | <4C059A53.9090000@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/54334/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c index 65f346b..e7ae8b4 100644 --- a/drivers/rtc/rtc-pcf8563.c +++ b/drivers/rtc/rtc-pcf8563.c @@ -171,14 +171,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);