]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
rtc: rx8025: Remove struct i2c_client from struct rx8025_data
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 18 Dec 2019 08:16:24 +0000 (17:16 +0900)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 23 Dec 2019 10:22:21 +0000 (11:22 +0100)
commit47a3c048373b8ba441075122e04f3617da0a611a
tree12ec432ce04a2dd44dc00ddb65ea9b291acc34d9
parente2ed7507ae89b92b67025f221448b543e2333b21
rtc: rx8025: Remove struct i2c_client from struct rx8025_data

struct i2c_client can be referenced from the device structure, so this
doesn't need to have it in struct rx8025_data.
Remove struct i2c_client from struct rx8025_data.

CC: Alessandro Zummo <a.zummo@towertech.it>
CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
CC: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20191218081624.3307752-1-iwamatsu@nigauri.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rx8025.c