aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorDamien Riegel <damien.riegel@savoirfairelinux.com>2017-04-04 16:25:42 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-04-05 08:52:37 -0700
commitf6bcc91ba632ce35005ed8a3cfa01a2498d2d96a (patch)
treede2965186bfa80a10a5075b6fd628fe97fab3470 /drivers/input
parentInput: sur40 - fix bad endianness handling in sur40_poll (diff)
downloadlinux-dev-f6bcc91ba632ce35005ed8a3cfa01a2498d2d96a.tar.xz
linux-dev-f6bcc91ba632ce35005ed8a3cfa01a2498d2d96a.zip
Input: pm8xxx-vib - reorder header alphabetically
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/pm8xxx-vibrator.c8
1 files 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