mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 13:44:15 +08:00
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>
This commit is contained in:
parent
fe15c26ee2
commit
ce48f95586
@ -22,9 +22,10 @@
|
||||
#define I3C_BROADCAST_ADDR 0x7e
|
||||
#define I3C_MAX_ADDR GENMASK(6, 0)
|
||||
|
||||
struct i2c_client;
|
||||
|
||||
struct i3c_master_controller;
|
||||
struct i3c_bus;
|
||||
struct i2c_device;
|
||||
struct i3c_device;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user