Browse Source

Input: lm8323 - 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
f81126b0b6
2 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/input/keyboard/lm8323.c
  2. 0 0
      include/linux/platform_data/lm8323.h

+ 1 - 1
drivers/input/keyboard/lm8323.c

@@ -30,8 +30,8 @@
 #include <linux/delay.h>
 #include <linux/input.h>
 #include <linux/leds.h>
+#include <linux/platform_data/lm8323.h>
 #include <linux/pm.h>
-#include <linux/i2c/lm8323.h>
 #include <linux/slab.h>
 
 /* Commands to send to the chip. */

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