diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-09-28 01:57:14 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-09-29 10:18:28 -0700 |
commit | 4cc72346f05ef549403d997d66fd517109e59d24 (patch) | |
tree | a59fabb2b9afad29ffa860c864eb39e2515a525b /drivers/leds/leds-gpio-register.c | |
parent | 0a2b4a843d327c2ed4d26a3e88bece9d3e77081b (diff) | |
download | blackbird-op-linux-4cc72346f05ef549403d997d66fd517109e59d24.tar.gz blackbird-op-linux-4cc72346f05ef549403d997d66fd517109e59d24.zip |
led: gpio: Sort include headers alphabetically
If the inlcude headers aren't sorted alphabetically, then the
logical choice is to append new ones, however that creates a
lot of potential for conflicts or duplicates because every change
will then add new includes in the same location.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/leds-gpio-register.c')
-rw-r--r-- | drivers/leds/leds-gpio-register.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-gpio-register.c b/drivers/leds/leds-gpio-register.c index 1c4ed5510f35..fbd89344bec4 100644 --- a/drivers/leds/leds-gpio-register.c +++ b/drivers/leds/leds-gpio-register.c @@ -7,9 +7,9 @@ * Free Software Foundation. */ #include <linux/err.h> +#include <linux/leds.h> #include <linux/platform_device.h> #include <linux/slab.h> -#include <linux/leds.h> /** * gpio_led_register_device - register a gpio-led device |