diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-08-14 18:34:23 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-08-15 08:27:22 +0100 |
commit | 9787076c43a86f3465d46aa344cc3e2f607ae72f (patch) | |
tree | 3f765fbefc4899405c4862193c0c087feaaf3fcc /drivers/mfd | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) |
mfd: tps65010: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/tps65010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65010.c b/drivers/mfd/tps65010.c index d829a6131f09..2ab67386b4ef 100644 --- a/drivers/mfd/tps65010.c +++ b/drivers/mfd/tps65010.c @@ -32,7 +32,7 @@ #include <linux/mutex.h> #include <linux/platform_device.h> -#include <linux/i2c/tps65010.h> +#include <linux/mfd/tps65010.h> #include <linux/gpio/driver.h> |