On Thu, Aug 7, 2014 at 5:10 AM, Jacek Anaszewski <j.anaszewski@xxxxxxxxxxx> wrote: > Reorder include directives so that they are arranged > in alphabetical order. > Applied to my -devel tree and I will move it over to for-next after this merge window. Thanks, -Bryan > Signed-off-by: Jacek Anaszewski <j.anaszewski@xxxxxxxxxxx> > Acked-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > Cc: Bryan Wu <cooloney@xxxxxxxxx> > Cc: Richard Purdie <rpurdie@xxxxxxxxx> > --- > drivers/leds/led-class.c | 12 ++++++------ > drivers/leds/led-core.c | 2 +- > include/linux/leds.h | 2 +- > 3 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/drivers/leds/led-class.c b/drivers/leds/led-class.c > index 129729d..3df5632 100644 > --- a/drivers/leds/led-class.c > +++ b/drivers/leds/led-class.c > @@ -9,15 +9,15 @@ > * published by the Free Software Foundation. > */ > > -#include <linux/module.h> > -#include <linux/kernel.h> > -#include <linux/init.h> > -#include <linux/list.h> > -#include <linux/spinlock.h> > +#include <linux/ctype.h> > #include <linux/device.h> > #include <linux/err.h> > -#include <linux/ctype.h> > +#include <linux/init.h> > +#include <linux/kernel.h> > #include <linux/leds.h> > +#include <linux/list.h> > +#include <linux/module.h> > +#include <linux/spinlock.h> > #include <linux/workqueue.h> > #include "leds.h" > > diff --git a/drivers/leds/led-core.c b/drivers/leds/led-core.c > index 4bb1168..8380eb7 100644 > --- a/drivers/leds/led-core.c > +++ b/drivers/leds/led-core.c > @@ -12,10 +12,10 @@ > */ > > #include <linux/kernel.h> > +#include <linux/leds.h> > #include <linux/list.h> > #include <linux/module.h> > #include <linux/rwsem.h> > -#include <linux/leds.h> > #include <linux/workqueue.h> > #include "leds.h" > > diff --git a/include/linux/leds.h b/include/linux/leds.h > index 6a599dc..bc959c5 100644 > --- a/include/linux/leds.h > +++ b/include/linux/leds.h > @@ -13,8 +13,8 @@ > #define __LINUX_LEDS_H_INCLUDED > > #include <linux/list.h> > -#include <linux/spinlock.h> > #include <linux/rwsem.h> > +#include <linux/spinlock.h> > #include <linux/workqueue.h> > > struct device; > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-leds" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html