]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: dm355evm_msp: Move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Mon, 14 Aug 2017 16:34:22 +0000 (18:34 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 15 Aug 2017 07:06:14 +0000 (08:06 +0100)
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>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/input/misc/dm355evm_keys.c
drivers/mfd/dm355evm_msp.c
drivers/rtc/rtc-dm355evm.c
include/linux/mfd/dm355evm_msp.h [moved from include/linux/i2c/dm355evm_msp.h with 100% similarity]

index bab256ef32b9b3f367bdcd4b4283ba7d034a5847..c803db64a3760ddac74175220c454b17e5c5fada 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/platform_device.h>
 #include <linux/interrupt.h>
 
-#include <linux/i2c/dm355evm_msp.h>
+#include <linux/mfd/dm355evm_msp.h>
 #include <linux/module.h>
 
 
index 86eca614507bd8b9e128e81f55fd8be5d958e301..2a2756709f22f022789c3629b795b1a2002fa07e 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/gpio.h>
 #include <linux/leds.h>
 #include <linux/i2c.h>
-#include <linux/i2c/dm355evm_msp.h>
+#include <linux/mfd/dm355evm_msp.h>
 
 
 /*
index f225cd873ff6c29be6636b82a6506d77c6088b76..97d8259b94940f20b9a11193ba2bd038c1ba5878 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/rtc.h>
 #include <linux/platform_device.h>
 
-#include <linux/i2c/dm355evm_msp.h>
+#include <linux/mfd/dm355evm_msp.h>
 #include <linux/module.h>