diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-21 16:34:43 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-06-11 20:08:19 -0400 |
commit | 4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2 (patch) | |
tree | 8fe7c9b64784c200638ba2760415634cc8df807e /MAINTAINERS | |
parent | 0c9fe1614126171c70e0dc0b0635d45a327ac82a (diff) |
hwmon: (pmbus) 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 18b9472bc5be..48e882da622e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10154,7 +10154,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | |||
10154 | S: Maintained | 10154 | S: Maintained |
10155 | F: Documentation/hwmon/pmbus | 10155 | F: Documentation/hwmon/pmbus |
10156 | F: drivers/hwmon/pmbus/ | 10156 | F: drivers/hwmon/pmbus/ |
10157 | F: include/linux/i2c/pmbus.h | 10157 | F: include/linux/pmbus.h |
10158 | 10158 | ||
10159 | PMC SIERRA MaxRAID DRIVER | 10159 | PMC SIERRA MaxRAID DRIVER |
10160 | L: linux-scsi@vger.kernel.org | 10160 | L: linux-scsi@vger.kernel.org |