mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
rtc: st-lpc: Remove struct resource from struct st_rtc
struct resource in struct st_rtc is not used, remove it. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Link: https://lore.kernel.org/r/20191123091241.1905-1-nobuhiro1.iwamatsu@toshiba.co.jp Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
93966243cf
commit
4f8aadea23
@ -41,7 +41,6 @@
|
||||
struct st_rtc {
|
||||
struct rtc_device *rtc_dev;
|
||||
struct rtc_wkalrm alarm;
|
||||
struct resource *res;
|
||||
struct clk *clk;
|
||||
unsigned long clkrate;
|
||||
void __iomem *ioaddr;
|
||||
|
Loading…
Reference in New Issue
Block a user