There is no point to specify asm-generic for the unaligned.h.
Drop the 'generic' suffix.
Signed-off-by: Andy Shevchenko <[email protected]>
---
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
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?
--
With Best Regards,
Andy Shevchenko
On Tue, 17 Jan 2023 at 18:04, Andy Shevchenko
<[email protected]> 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 <[email protected]>
--
With best wishes
Dmitry
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 <[email protected]>
> ---
Applied, thanks
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog