OSDN Git Service

rtc: pcf85063: switch to probe_new
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 1 Apr 2019 16:08:05 +0000 (18:08 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:11 +0000 (10:07 +0200)
commit0f21700ac40cb6c1619bef497f8f4390fa690310
treee7ee73b4b314b9d30d7f7263664f4a23b9d38882
parent0c46b07ce4d5000855d810d61bb18fb4b0c4cc3b
rtc: pcf85063: switch to probe_new

struct i2c_device_id argument of probe() is not used, so use probe_new()
instead.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf85063.c