Skip to content

Commit 4f8aade

Browse files
iwamatsualexandrebelloni
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 9396624 commit 4f8aade

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-st-lpc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
struct st_rtc {
4242
struct rtc_device *rtc_dev;
4343
struct rtc_wkalrm alarm;
44-
struct resource *res;
4544
struct clk *clk;
4645
unsigned long clkrate;
4746
void __iomem *ioaddr;

0 commit comments

Comments
 (0)