projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdaf886
)
rtc/pxa: remove unused field
author
Wan ZongShun
<mcuos.com@gmail.com>
Wed, 11 Aug 2010 01:02:08 +0000
(18:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:06 +0000
(08:59 -0700)
pxa_rtc.rtc_alarm is unused.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pxa.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/rtc/rtc-pxa.c
b/drivers/rtc/rtc-pxa.c
index e9c6fa035989ad328f094f58396cfea79c28ae3d..b15375adbb87fc34b26545e26304102d1b9832f7 100644
(file)
--- a/
drivers/rtc/rtc-pxa.c
+++ b/
drivers/rtc/rtc-pxa.c
@@
-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)