diff mbox series

[v1,1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic

Message ID 20230103145339.40501-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State New, archived
Delegated to: Daniel Lezcano
Headers show
Series [v1,1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic | expand

Commit Message

Andy Shevchenko Jan. 3, 2023, 2:53 p.m. UTC
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(-)

Comments

Andy Shevchenko Jan. 17, 2023, 4:03 p.m. UTC | #1
On Tue, Jan 03, 2023 at 04:53:39PM +0200, Andy Shevchenko wrote:
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.

Any comments?
Dmitry Baryshkov Jan. 17, 2023, 7:56 p.m. UTC | #2
On Tue, 17 Jan 2023 at 18:04, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Tue, Jan 03, 2023 at 04:53:39PM +0200, Andy Shevchenko wrote:
> > There is no point to specify asm-generic for the unaligned.h.
> > Drop the 'generic' suffix.
>
> Any comments?

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Daniel Lezcano Jan. 18, 2023, 8:17 a.m. UTC | #3
On 03/01/2023 15:53, Andy Shevchenko wrote:
> 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>
> ---

Applied, thanks
diff mbox series

Patch

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"