On Wed, 28 Nov 2012 11:15:53 -0500, Bill Pemberton wrote: > CONFIG_HOTPLUG is going away as an option. As result the __dev* > markings will be going away. > > Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, > and __devexit. > > This also adds const to structs that were declared with __devinitdata > as requested by Jean Delvare. > > Signed-off-by: Bill Pemberton <wfp5p@xxxxxxxxxxxx> > --- > drivers/i2c/busses/i2c-ali1535.c | 8 ++++---- > drivers/i2c/busses/i2c-ali15x3.c | 8 ++++---- > drivers/i2c/busses/i2c-amd756.c | 7 +++---- > drivers/i2c/busses/i2c-amd8111.c | 7 +++---- > drivers/i2c/busses/i2c-i801.c | 28 +++++++++++++--------------- > drivers/i2c/busses/i2c-isch.c | 6 +++--- > drivers/i2c/busses/i2c-nforce2.c | 12 ++++++------ > drivers/i2c/busses/i2c-piix4.c | 32 +++++++++++++++----------------- > drivers/i2c/busses/i2c-sis5595.c | 4 ++-- > drivers/i2c/busses/i2c-sis630.c | 8 ++++---- > drivers/i2c/busses/i2c-via.c | 6 +++--- > drivers/i2c/busses/i2c-viapro.c | 4 ++-- > 12 files changed, 62 insertions(+), 68 deletions(-) > (...) Very nice, thank you. Reviewed-by: Jean Delvare <khali@xxxxxxxxxxxx> -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html