aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/rtc
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tbogendoerfer@suse.de>2019-10-11 17:05:43 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-10-14 17:49:21 +0200
commit9e420d7f125f51ab1eda37497b08c4fad9efe4a8 (patch)
tree537c82a0f37739fc1bbd474e6f6cf575399d0afb /include/linux/rtc
parentrtc: xilinx: Fix calibval variable type (diff)
downloadwireguard-linux-9e420d7f125f51ab1eda37497b08c4fad9efe4a8.tar.xz
wireguard-linux-9e420d7f125f51ab1eda37497b08c4fad9efe4a8.zip
rts: ds1685: remove not needed fields from private struct
A few of the fields in struct ds1685_priv aren't needed at all, so we can remove it. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Acked-by: Joshua Kinard <kumba@gentoo.org> Link: https://lore.kernel.org/r/20191011150546.9186-1-tbogendoerfer@suse.de Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'include/linux/rtc')
-rw-r--r--include/linux/rtc/ds1685.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/rtc/ds1685.h b/include/linux/rtc/ds1685.h
index 43aec568ba7c..b9671d00d964 100644
--- a/include/linux/rtc/ds1685.h
+++ b/include/linux/rtc/ds1685.h
@@ -43,13 +43,10 @@ struct ds1685_priv {
struct rtc_device *dev;
void __iomem *regs;
u32 regstep;
- resource_size_t baseaddr;
size_t size;
int irq_num;
bool bcd_mode;
bool no_irq;
- bool uie_unsupported;
- bool alloc_io_resources;
u8 (*read)(struct ds1685_priv *, int);
void (*write)(struct ds1685_priv *, int, u8);
void (*prepare_poweroff)(void);