Re: [PATCH] ASoC: max98988: add I2C dependency

2018-10-10 Thread Marco Felsch
Hi Arnd, On 18-10-10 10:37, Arnd Bergmann wrote: > max98988 only builds with I2C support enabled, otherwise we get a build error: > > sound/soc/codecs/max98088.c:1789:1: error: data definition has no type or > storage class [-Werror] > module_i2c_driver(max98088_i2c_driver); > ^~~~

[PATCH] ASoC: max98988: add I2C dependency

2018-10-10 Thread Arnd Bergmann
max98988 only builds with I2C support enabled, otherwise we get a build error: sound/soc/codecs/max98088.c:1789:1: error: data definition has no type or storage class [-Werror] module_i2c_driver(max98088_i2c_driver); ^ sound/soc/codecs/max98088.c:1789:1: error: type defaults to