diff options
author | Wolfram Sang | 2017-08-14 18:34:23 +0200 |
---|---|---|
committer | Lee Jones | 2017-08-15 09:27:22 +0200 |
commit | 9787076c43a86f3465d46aa344cc3e2f607ae72f (patch) | |
tree | 3f765fbefc4899405c4862193c0c087feaaf3fcc /include/linux | |
parent | Linux v4.13-rc1 (diff) | |
download | kernel-qcow2-linux-9787076c43a86f3465d46aa344cc3e2f607ae72f.tar.gz kernel-qcow2-linux-9787076c43a86f3465d46aa344cc3e2f607ae72f.tar.xz kernel-qcow2-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 'include/linux')
-rw-r--r-- | include/linux/mfd/tps65010.h (renamed from include/linux/i2c/tps65010.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c/tps65010.h b/include/linux/mfd/tps65010.h index 08aa92278d71..a1fb9bc5311d 100644 --- a/include/linux/i2c/tps65010.h +++ b/include/linux/mfd/tps65010.h @@ -1,4 +1,4 @@ -/* linux/i2c/tps65010.h +/* linux/mfd/tps65010.h * * Functions to access TPS65010 power management device. * |