From: Corentin LABBE Date: Thu, 15 Dec 2016 18:08:14 +0000 (+0100) Subject: hwmon: (sch56xx) Remove unneeded linux/miscdevice.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5da99328f2595d2b376fcd2a87974b658f396da8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git hwmon: (sch56xx) Remove unneeded linux/miscdevice.h include drivers/hwmon/sch56xx-common.c does not contain any miscdevice so the inclusion of linux/miscdevice.h is uncessary. Signed-off-by: Corentin Labbe Reviewed-by: Guenter Roeck Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/sch56xx-common.c b/drivers/hwmon/sch56xx-common.c index 68c350c704fb..bda3d5285586 100644 --- a/drivers/hwmon/sch56xx-common.c +++ b/drivers/hwmon/sch56xx-common.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include "sch56xx-common.h"