rtc/pxa: remove unused field
authorWan ZongShun <[email protected]>
Wed, 11 Aug 2010 01:02:08 +0000 (18:02 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Aug 2010 15:59:06 +0000 (08:59 -0700)
pxa_rtc.rtc_alarm is unused.

Signed-off-by: Wan ZongShun <[email protected]>
Cc: Eric Miao <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-pxa.c

index e9c6fa035989ad328f094f58396cfea79c28ae3d..b15375adbb87fc34b26545e26304102d1b9832f7 100644 (file)
@@ -87,7 +87,6 @@ struct pxa_rtc {
        int                     irq_Alrm;
        struct rtc_device       *rtc;
        spinlock_t              lock;           /* Protects this structure */
-       struct rtc_time         rtc_alarm;
 };
 
 static u32 ryxr_calc(struct rtc_time *tm)