On Tue, Apr 04, 2017 at 11:41:49AM -0400, Damien Riegel wrote: > Signed-off-by: Damien Riegel <damien.riegel@xxxxxxxxxxxxxxxxxxxx> Applied the lot, thank you. > --- > drivers/input/misc/pm8xxx-vibrator.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/input/misc/pm8xxx-vibrator.c b/drivers/input/misc/pm8xxx-vibrator.c > index 5113877153d7..580448170342 100644 > --- a/drivers/input/misc/pm8xxx-vibrator.c > +++ b/drivers/input/misc/pm8xxx-vibrator.c > @@ -10,13 +10,13 @@ > * GNU General Public License for more details. > */ > > -#include <linux/module.h> > -#include <linux/kernel.h> > #include <linux/errno.h> > -#include <linux/platform_device.h> > #include <linux/input.h> > -#include <linux/slab.h> > +#include <linux/kernel.h> > +#include <linux/module.h> > +#include <linux/platform_device.h> > #include <linux/regmap.h> > +#include <linux/slab.h> > > #define VIB_DRV 0x4A > > -- > 2.12.1 > -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html