From: Andy Shevchenko Date: Tue, 3 Jan 2023 14:53:39 +0000 (+0200) Subject: thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5618f1bee2bfba8296208c6f39d8eed8509f8837;p=linux.git thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic There is no point to specify asm-generic for the unaligned.h. Drop the 'generic' suffix. Signed-off-by: Andy Shevchenko Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20230103145339.40501-1-andriy.shevchenko@linux.intel.com Signed-off-by: Daniel Lezcano --- diff --git a/drivers/thermal/qcom/qcom-spmi-adc-tm5.c b/drivers/thermal/qcom/qcom-spmi-adc-tm5.c index ff47fc9ac9c5..31164ade2dd1 100644 --- a/drivers/thermal/qcom/qcom-spmi-adc-tm5.c +++ b/drivers/thermal/qcom/qcom-spmi-adc-tm5.c @@ -18,7 +18,8 @@ #include #include #include -#include + +#include #include "../thermal_hwmon.h"