Message ID | 1469016376-20327-1-git-send-email-weiyj_lk@163.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 07/20/2016 05:06 AM, Wei Yongjun wrote: > From: Wei Yongjun <weiyj.lk@gmail.com> > > Remove including <linux/version.h> that don't need it. > > Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Applied. Going forward, please remember to put the affected driver into the subject line. Thanks, Guenter > --- > drivers/hwmon/ftsteutates.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c > index aaef5b5..2b2ff67 100644 > --- a/drivers/hwmon/ftsteutates.c > +++ b/drivers/hwmon/ftsteutates.c > @@ -27,7 +27,6 @@ > #include <linux/slab.h> > #include <linux/sysfs.h> > #include <linux/uaccess.h> > -#include <linux/version.h> > #include <linux/watchdog.h> > > #define FTS_DEVICE_ID_REG 0x0000 > > > > > -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c index aaef5b5..2b2ff67 100644 --- a/drivers/hwmon/ftsteutates.c +++ b/drivers/hwmon/ftsteutates.c @@ -27,7 +27,6 @@ #include <linux/slab.h> #include <linux/sysfs.h> #include <linux/uaccess.h> -#include <linux/version.h> #include <linux/watchdog.h> #define FTS_DEVICE_ID_REG 0x0000