소스 검색

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 년 전
부모
커밋
f81126b0b6
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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/delay.h>
 #include <linux/input.h>
 #include <linux/input.h>
 #include <linux/leds.h>
 #include <linux/leds.h>
+#include <linux/platform_data/lm8323.h>
 #include <linux/pm.h>
 #include <linux/pm.h>
-#include <linux/i2c/lm8323.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
 
 
 /* Commands to send to the chip. */
 /* Commands to send to the chip. */

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