From: Jan Beulich Date: Mon, 13 Sep 2010 10:32:08 +0000 (+0000) Subject: x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}temp.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9401ba13281f9cf36c85d4f8d3a52f9655e69b58;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git x86/hwmon: remove inclusion of unnecessary headers from {core, pkg, via-cpu}temp.c These likely originate from these drivers being clones of one another and/or other drivers which actually needed these includes. Signed-off-by: Jan Beulich Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index b7084b38370..b4aea20ea07 100644 --- a/drivers/hwmon/coretemp.c +++ b/drivers/hwmon/coretemp.c @@ -21,7 +21,6 @@ */ #include -#include #include #include #include diff --git a/drivers/hwmon/pkgtemp.c b/drivers/hwmon/pkgtemp.c index db5352c2094..c9f652d84ea 100644 --- a/drivers/hwmon/pkgtemp.c +++ b/drivers/hwmon/pkgtemp.c @@ -21,7 +21,6 @@ */ #include -#include #include #include #include diff --git a/drivers/hwmon/via-cputemp.c b/drivers/hwmon/via-cputemp.c index 497bd231e24..ba7839b2968 100644 --- a/drivers/hwmon/via-cputemp.c +++ b/drivers/hwmon/via-cputemp.c @@ -22,10 +22,8 @@ */ #include -#include #include #include -#include #include #include #include