From patchwork Tue Jun 1 23:40:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: pcf8563: remove unused struct. Date: Tue, 01 Jun 2010 13:40:03 -0000 From: Graham Gower X-Patchwork-Id: 54334 Message-Id: <4C059A53.9090000@gmail.com> To: Andrew Morton Cc: Wan ZongShun , rtc-linux@googlegroups.com Date: Thu, 15 Apr 2010 14:42:00 +0930 From: Graham Gower Subject: [PATCH] pcf8563: remove unused struct. Signed-off-by: Graham Gower Acked-by: Wan ZongShun --- drivers/rtc/rtc-pcf8563.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) 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);