Message ID | 20230103145339.40501-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v1,1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic | expand |
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?
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>
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 --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"
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(-)