diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-03-30 10:36:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-03-30 10:36:41 -0700 |
commit | f18e345dd156cc0fcf4a4911af2f959120613871 (patch) | |
tree | 6413fd2ccb3850057e768238e1d319ae263327a9 /include/linux | |
parent | 95124339875c8d9c092eb2fa3993e4751e1be48d (diff) | |
parent | 6cbf8b38dfe3aabe330f2c356949bc4d6a1f034f (diff) |
Merge tag 'i3c/for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Pull i3c updates from Alexandre Belloni:
- support dynamic addition of i2c devices
* tag 'i3c/for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
i3c: fix uninitialized variable use in i2c setup
i3c: support dynamically added i2c devices
i3c: remove i2c board info from i2c_dev_desc
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/i3c/master.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i3c/master.h b/include/linux/i3c/master.h index 9cb39d901cd5..604a126b78c8 100644 --- a/include/linux/i3c/master.h +++ b/include/linux/i3c/master.h @@ -85,7 +85,6 @@ struct i2c_dev_boardinfo { */ struct i2c_dev_desc { struct i3c_i2c_dev_desc common; - const struct i2c_dev_boardinfo *boardinfo; struct i2c_client *dev; u16 addr; u8 lvr; |