Re: [PATCH] mfd: bcm590xx: Fix type argument for module device table

2014-03-18 Thread Lee Jones
> This fixes below build error. > > FATAL: drivers/mfd/bcm590xx: sizeof(struct i2c_device_id)=24 is not a modulo > of the size of section __mod_i2c_device_table=392. > Fix definition of struct i2c_device_id in mod_devicetable.h > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 > >

[PATCH] mfd: bcm590xx: Fix type argument for module device table

2014-03-14 Thread Axel Lin
This fixes below build error. FATAL: drivers/mfd/bcm590xx: sizeof(struct i2c_device_id)=24 is not a modulo of the size of section __mod_i2c_device_table=392. Fix definition of struct i2c_device_id in mod_devicetable.h make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Signed-off-by: Ax