aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/pmbus-core
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-05-21 22:34:43 +0200
committerGuenter Roeck <linux@roeck-us.net>2017-06-11 17:08:19 -0700
commit4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2 (patch)
tree8fe7c9b64784c200638ba2760415634cc8df807e /Documentation/hwmon/pmbus-core
parenthwmon: (max6639) move header file out of I2C realm (diff)
downloadlinux-dev-4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2.tar.xz
linux-dev-4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2.zip
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/hwmon/pmbus-core')
-rw-r--r--Documentation/hwmon/pmbus-core2
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)