28 Mar
2022
28 Mar
'22
11:43 a.m.
On Fri, Mar 25, 2022 at 03:31:19PM +0000, Mark Brown wrote:
Placing both the I2C and SPI code in the same module causes problems with mixes of modular and non-modular builds of the buses so it's generally bad practice. As with other drivers split the bus code out of the WM8731 driver into separate modules.
Signed-off-by: Mark Brown broonie@kernel.org
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles