Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: (ds620) 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>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Wolfram Sang and committed by
Guenter Roeck
570999f3 9010624c

+1 -1
+1 -1
drivers/hwmon/ds620.c
··· 30 30 #include <linux/err.h> 31 31 #include <linux/mutex.h> 32 32 #include <linux/sysfs.h> 33 - #include <linux/i2c/ds620.h> 33 + #include <linux/platform_data/ds620.h> 34 34 35 35 /* 36 36 * Many DS620 constants specified below
include/linux/i2c/ds620.h include/linux/platform_data/ds620.h