diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-21 22:34:43 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-06-11 17:08:19 -0700 |
commit | 4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2 (patch) | |
tree | 8fe7c9b64784c200638ba2760415634cc8df807e /Documentation | |
parent | 0c9fe1614126171c70e0dc0b0635d45a327ac82a (diff) | |
download | linux-4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2.tar.bz2 |
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 'Documentation')
-rw-r--r-- | Documentation/hwmon/pmbus-core | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/pmbus-core b/Documentation/hwmon/pmbus-core index 31e4720fed18..8ed10e9ddfb5 100644 --- a/Documentation/hwmon/pmbus-core +++ b/Documentation/hwmon/pmbus-core @@ -253,7 +253,7 @@ Specifically, it provides the following information. PMBus driver platform data ========================== -PMBus platform data is defined in include/linux/i2c/pmbus.h. Platform data +PMBus platform data is defined in include/linux/pmbus.h. Platform data currently only provides a flag field with a single bit used. #define PMBUS_SKIP_STATUS_CHECK (1 << 0) |