Hi Wolfram, thanks for pinging me on Arnd's patch. You'll find it in this pull request. Thanks, Andi The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454: Linux 6.10-rc5 (2024-06-23 17:08:54 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.10-rc6 for you to fetch changes up to 103458874baca0bbc8ae0b66d50201d5faa8c17b: i2c: viai2c: turn common code into a proper module (2024-06-26 16:07:21 +0200) ---------------------------------------------------------------- Fixed a build error following the major refactoring involving the VIA-I2C modules. Originally, the code was split to group together parts that would be used by different drivers. This caused build issues when two modules linked to the same code. ---------------------------------------------------------------- Arnd Bergmann (1): i2c: viai2c: turn common code into a proper module drivers/i2c/busses/Makefile | 6 ++---- drivers/i2c/busses/i2c-viai2c-common.c | 71 +++++++++-------------------------------------------------------------- drivers/i2c/busses/i2c-viai2c-common.h | 2 +- drivers/i2c/busses/i2c-viai2c-wmt.c | 36 ++++++++++++++++++++++++++++++++++++ drivers/i2c/busses/i2c-viai2c-zhaoxin.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- 5 files changed, 139 insertions(+), 89 deletions(-)