From: Uwe Kleine-König Date: Thu, 24 Aug 2023 19:56:17 +0000 (+0200) Subject: regulator: aw37503: Switch back to use struct i2c_driver's .probe() X-Git-Tag: microblaze-v6.8~510^2~3 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=21cc7f816c670423a9dae06ad7de5fbc40da97c7;p=linux-2.6-microblaze.git regulator: aw37503: Switch back to use struct i2c_driver's .probe() struct i2c_driver::probe_new is about to go away. Switch the driver to use the probe callback with the same prototype. Signed-off-by: Uwe Kleine-König