On 2017-01-12 15:29, Wei Yongjun wrote: > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > Remove including <linux/version.h> that don't need it. s/don't need it/is not needed/ > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- > drivers/i2c/muxes/i2c-mux-mlxcpld.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/i2c/muxes/i2c-mux-mlxcpld.c b/drivers/i2c/muxes/i2c-mux-mlxcpld.c > index b7ca249..e53f2ab 100644 > --- a/drivers/i2c/muxes/i2c-mux-mlxcpld.c > +++ b/drivers/i2c/muxes/i2c-mux-mlxcpld.c > @@ -40,7 +40,6 @@ > #include <linux/module.h> > #include <linux/platform_device.h> > #include <linux/slab.h> I don't see a reason to keep slab.h either? Cheers, peda > -#include <linux/version.h> > #include <linux/i2c/mlxcpld.h> > > #define CPLD_MUX_MAX_NCHANS 8 > > > -- 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