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>
This commit is contained in:
@ -96,7 +96,7 @@ struct isp1301 {
|
||||
|
||||
#if IS_REACHABLE(CONFIG_TPS65010)
|
||||
|
||||
#include <linux/i2c/tps65010.h>
|
||||
#include <linux/mfd/tps65010.h>
|
||||
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user