diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-21 23:34:43 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-06-12 03:08:19 +0300 |
commit | 4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2 (patch) | |
tree | 8fe7c9b64784c200638ba2760415634cc8df807e /drivers/hwmon/pmbus/pmbus.c | |
parent | 0c9fe1614126171c70e0dc0b0635d45a327ac82a (diff) | |
download | linux-4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2.tar.xz |
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 'drivers/hwmon/pmbus/pmbus.c')
-rw-r--r-- | drivers/hwmon/pmbus/pmbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c index 44ca8a94873d..7718e58dbda5 100644 --- a/drivers/hwmon/pmbus/pmbus.c +++ b/drivers/hwmon/pmbus/pmbus.c @@ -25,7 +25,7 @@ #include <linux/slab.h> #include <linux/mutex.h> #include <linux/i2c.h> -#include <linux/i2c/pmbus.h> +#include <linux/pmbus.h> #include "pmbus.h" /* |