29 Aug
2009
29 Aug
'09
11:11 a.m.
On Fri, Aug 28, 2009 at 01:53:57PM -0600, miguel.aguilar@ridgerun.com wrote:
+/* dm365 evm audio private data */ +static struct aic3x_setup_data dm365_evm_aic3x_setup = {
.i2c_bus = 1,
.i2c_address = 0x18,
+};
This won't build any more - the I2C board info from arch/arm is now used and these fields have been removed from the struct. You should just be able to drop the codec data entirely if you don't need any of the other fields.