From: Axel Lin Date: Sat, 15 Mar 2014 01:24:50 +0000 (+0800) Subject: mfd: bcm590xx: Fix type argument for module device table X-Git-Tag: v3.15-rc1~64^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3827c510b5a9a97017ecabdfca2ae7a6c29e2385;p=pandora-kernel.git mfd: bcm590xx: Fix type argument for module device table 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: Axel Lin Signed-off-by: Lee Jones --- Reading git-diff-tree failed