public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic
@ 2023-01-03 14:53 Andy Shevchenko
  2023-01-17 16:03 ` Andy Shevchenko
  2023-01-18  8:17 ` Daniel Lezcano
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-01-03 14:53 UTC (permalink / raw)
  To: Daniel Lezcano, Jishnu Prakash, linux-arm-msm, linux-pm,
	linux-kernel
  Cc: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Rafael J. Wysocki, Daniel Lezcano, Zhang Rui,
	Andy Shevchenko

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>
---
 drivers/thermal/qcom/qcom-spmi-adc-tm5.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 <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"
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-18  9:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03 14:53 [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic Andy Shevchenko
2023-01-17 16:03 ` Andy Shevchenko
2023-01-17 19:56   ` Dmitry Baryshkov
2023-01-18  8:17 ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox