summaryrefslogtreecommitdiff
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-03-02 16:48:51 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-03-02 16:48:51 +1000
commit3927b63207e0d4eb43af06fbd60b93bff3ce4afe (patch)
tree8773ca39a5a2af931038eacca340c9ae9b348cc5 /include/linux/input.h
parent01d415ccae168548925ddeef618a2eaea6d87079 (diff)
cosmetic: more duplicate empty line removal
This should be it now, finally... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 39b550b5..2ac46630 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -8,13 +8,11 @@
#ifndef _INPUT_H
#define _INPUT_H
-
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <linux/types.h>
-
/*
* The event structure itself
*/
@@ -835,7 +833,6 @@ struct input_keymap_entry {
#define ABS_MT_TOOL_X 0x3c /* Center X tool position */
#define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */
-
#define ABS_MAX 0x3f
#define ABS_CNT (ABS_MAX+1)