mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue