Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382240 > unrolled thread
| Started by | Olliver Schinagl <oliver@schinagl.nl> |
|---|---|
| First post | 2016-04-19 09:50 +0200 |
| Last post | 2016-04-19 09:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/6] leds: pca963x: Alphabetize headers Olliver Schinagl <oliver@schinagl.nl> - 2016-04-19 09:50 +0200
| From | Olliver Schinagl <oliver@schinagl.nl> |
|---|---|
| Date | 2016-04-19 09:50 +0200 |
| Subject | [PATCH 1/6] leds: pca963x: Alphabetize headers |
| Message-ID | <rpyA2-3dt-21@gated-at.bofh.it> |
Re-order headers so they are in alphabetical order. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> --- drivers/leds/leds-pca963x.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/leds/leds-pca963x.c b/drivers/leds/leds-pca963x.c index 407eba1..8dabf7a 100644 --- a/drivers/leds/leds-pca963x.c +++ b/drivers/leds/leds-pca963x.c @@ -25,16 +25,16 @@ * or by adding the 'nxp,hw-blink' property to the DTS. */ -#include <linux/module.h> -#include <linux/delay.h> -#include <linux/string.h> #include <linux/ctype.h> -#include <linux/leds.h> +#include <linux/delay.h> #include <linux/err.h> #include <linux/i2c.h> -#include <linux/slab.h> +#include <linux/leds.h> +#include <linux/module.h> #include <linux/of.h> #include <linux/platform_data/leds-pca963x.h> +#include <linux/slab.h> +#include <linux/string.h> /* LED select registers determine the source that drives LED outputs */ #define PCA963X_LED_OFF 0x0 /* LED driver off */ -- 2.8.0.rc3
Back to top | Article view | linux.kernel
csiph-web