All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/5] Input: pm8xxx-vib: reorder header alphabetically
@ 2017-04-04 15:41 Damien Riegel
  2017-04-04 15:41 ` [PATCH v2 2/5] Input: pm8xxx-vib: parametrize the driver Damien Riegel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Damien Riegel @ 2017-04-04 15:41 UTC (permalink / raw)
  To: linux-input
  Cc: Dmitry Torokhov, Rob Herring, Mark Rutland, kernel, Damien Riegel

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-04 23:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-04 15:41 [PATCH v2 1/5] Input: pm8xxx-vib: reorder header alphabetically Damien Riegel
2017-04-04 15:41 ` [PATCH v2 2/5] Input: pm8xxx-vib: parametrize the driver Damien Riegel
2017-04-04 15:41 ` [PATCH v2 3/5] Input: pm8xxx-vib: handle separate enable register Damien Riegel
2017-04-04 15:41 ` [PATCH v2 4/5] dt-bindings: input: add pm8916-vib bindings Damien Riegel
2017-04-04 15:41 ` [PATCH v2 5/5] Input: pm8xxx-vib: add support for pm8916's vibrator Damien Riegel
2017-04-04 23:31 ` [PATCH v2 1/5] Input: pm8xxx-vib: reorder header alphabetically Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.