Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i3c: Correct reference to the I²C device data type

I²C peripheral devices that are connected to the controller are
represented in the Linux kernel as objects of the struct i2c_client.
Fix this in the header file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230302161206.38106-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Andy Shevchenko and committed by
Alexandre Belloni
ce48f955 fe15c26e

+2 -1
+2 -1
include/linux/i3c/master.h
··· 22 22 #define I3C_BROADCAST_ADDR 0x7e 23 23 #define I3C_MAX_ADDR GENMASK(6, 0) 24 24 25 + struct i2c_client; 26 + 25 27 struct i3c_master_controller; 26 28 struct i3c_bus; 27 - struct i2c_device; 28 29 struct i3c_device; 29 30 30 31 /**