Commit 570999f3 authored by Wolfram Sang's avatar Wolfram Sang Committed by Guenter Roeck

hwmon: (ds620) 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: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 9010624c
......@@ -30,7 +30,7 @@
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/sysfs.h>
#include <linux/i2c/ds620.h>
#include <linux/platform_data/ds620.h>
/*
* Many DS620 constants specified below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment