On 07/27/13 16:31, Peter Meerwald wrote: > Signed-off-by: Peter Meerwald <pmeerw@xxxxxxxxxx> Applied to the togreg branch of iio.git I had my doubts about whether types.h should be included even though it is obviously pulled in by lots of other headers. The other two are fair enough as there are no direct uses of kmalloc and friends or of init section markings. > --- > drivers/staging/iio/magnetometer/hmc5843.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/staging/iio/magnetometer/hmc5843.c b/drivers/staging/iio/magnetometer/hmc5843.c > index 52d6340..0b24d7e 100644 > --- a/drivers/staging/iio/magnetometer/hmc5843.c > +++ b/drivers/staging/iio/magnetometer/hmc5843.c > @@ -20,10 +20,7 @@ > */ > > #include <linux/module.h> > -#include <linux/init.h> > #include <linux/i2c.h> > -#include <linux/slab.h> > -#include <linux/types.h> > #include <linux/iio/iio.h> > #include <linux/iio/sysfs.h> > #include <linux/delay.h> > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html