diff options
author | Wolfram Sang | 2017-05-21 22:34:39 +0200 |
---|---|---|
committer | Guenter Roeck | 2017-06-11 17:08:19 -0700 |
commit | 9010624cc5b446d3377dde4753eecbaf945f3a41 (patch) | |
tree | 7cd16e60cfb7b09462a60e12817c1440e4baa76c /MAINTAINERS | |
parent | 8f05bcc33e749dc6b6d1fefe2d0c1a97150b90b4 (diff) |
hwmon: (ads1015) 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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 09b5ab6a8a5c..18b9472bc5be 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -478,7 +478,7 @@ L: linux-hwmon@vger.kernel.org S: Maintained F: Documentation/hwmon/ads1015 F: drivers/hwmon/ads1015.c -F: include/linux/i2c/ads1015.h +F: include/linux/platform_data/ads1015.h ADT746X FAN DRIVER M: Colin Leroy <colin@colino.net> |