diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-08-14 18:34:22 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-08-15 08:06:14 +0100 |
commit | 0335a9554b4d6acc2d17efe752bff54ce59b57eb (patch) | |
tree | 4f83cef64c95ce04866e1fa1d3df15ff6c01951c /drivers/mfd/dm355evm_msp.c | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-stable-0335a9554b4d6acc2d17efe752bff54ce59b57eb.tar.gz linux-stable-0335a9554b4d6acc2d17efe752bff54ce59b57eb.tar.bz2 linux-stable-0335a9554b4d6acc2d17efe752bff54ce59b57eb.zip |
mfd: dm355evm_msp: 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>
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>
Diffstat (limited to 'drivers/mfd/dm355evm_msp.c')
-rw-r--r-- | drivers/mfd/dm355evm_msp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/dm355evm_msp.c b/drivers/mfd/dm355evm_msp.c index 86eca614507b..2a2756709f22 100644 --- a/drivers/mfd/dm355evm_msp.c +++ b/drivers/mfd/dm355evm_msp.c @@ -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> /* |