Browse Source

Input: mms114 - move header file out of I2C realm

include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Wolfram Sang 8 years ago
parent
commit
0d846a4cbb
2 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/input/touchscreen/mms114.c
  2. 0 0
      include/linux/platform_data/mms114.h

+ 1 - 1
drivers/input/touchscreen/mms114.c

@@ -11,9 +11,9 @@
 #include <linux/delay.h>
 #include <linux/of.h>
 #include <linux/i2c.h>
-#include <linux/i2c/mms114.h>
 #include <linux/input/mt.h>
 #include <linux/interrupt.h>
+#include <linux/platform_data/mms114.h>
 #include <linux/regulator/consumer.h>
 #include <linux/slab.h>
 

+ 0 - 0
include/linux/i2c/mms114.h → include/linux/platform_data/mms114.h