rtc/rtc-mxc: remove six unused fields
Remove six unused fields from `struct rtc_plat_data'. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Paul Gortmaker <p_gortmaker@yahoo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
4faf896c5e
Коммит
5824c7e667
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче