projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4faf896
)
rtc/rtc-mxc: remove six unused fields
author
Wan ZongShun
<
[email protected]
>
Wed, 11 Aug 2010 01:02:09 +0000
(18:02 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 11 Aug 2010 15:59:06 +0000
(08:59 -0700)
Remove six unused fields from `struct rtc_plat_data'.
Signed-off-by: Wan ZongShun <
[email protected]
>
Cc: Alessandro Zummo <
[email protected]
>
Cc: Paul Gortmaker <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/rtc/rtc-mxc.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-mxc.c
b/drivers/rtc/rtc-mxc.c
index 25ec921db07c8a4f5b1ef9f3f2016329007c8f7e..0b06c1e03fd5b764d12d482c27e13cb19a00e14a 100644
(file)
--- a/
drivers/rtc/rtc-mxc.c
+++ b/
drivers/rtc/rtc-mxc.c
@@
-83,12
+83,6
@@
struct rtc_plat_data {
void __iomem *ioaddr;
int irq;
struct clk *clk;
- unsigned int irqen;
- int alrm_sec;
- int alrm_min;
- int alrm_hour;
- int alrm_mday;
- struct timespec mxc_rtc_delta;
struct rtc_time g_rtc_alarm;
};