thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Jan 2023 14:53:39 +0000 (16:53 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 18 Jan 2023 08:17:28 +0000 (09:17 +0100)
There is no point to specify asm-generic for the unaligned.h.
Drop the 'generic' suffix.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230103145339.40501-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/qcom/qcom-spmi-adc-tm5.c

index ff47fc9ac9c5e872021f687bb567e8b767c9f448..31164ade2dd11379045e7f14d26493184def35e1 100644 (file)
@@ -18,7 +18,8 @@
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/thermal.h>
-#include <asm-generic/unaligned.h>
+
+#include <asm/unaligned.h>
 
 #include "../thermal_hwmon.h"