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 /arch/arm/mach-s3c24xx/mach-osiris.c | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | blackbird-obmc-linux-9787076c43a86f3465d46aa344cc3e2f607ae72f.tar.gz blackbird-obmc-linux-9787076c43a86f3465d46aa344cc3e2f607ae72f.zip |
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 'arch/arm/mach-s3c24xx/mach-osiris.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-osiris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-osiris.c b/arch/arm/mach-s3c24xx/mach-osiris.c index 70b0eb7d3134..64b1a0b7b803 100644 --- a/arch/arm/mach-s3c24xx/mach-osiris.c +++ b/arch/arm/mach-s3c24xx/mach-osiris.c @@ -24,7 +24,7 @@ #include <linux/io.h> #include <linux/platform_device.h> -#include <linux/i2c/tps65010.h> +#include <linux/mfd/tps65010.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> |