Re: [PATCH] iio: adc: mt6360: Include right header

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 15 Feb 2021 16:34:47 +0100
Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:

> To get access to the big endian byte order parsing helpers
> drivers need to include <asm/unaligned.h> and nothing else.
> 
> Cc: Gene Chen <gene_chen@xxxxxxxxxxx>
> Suggested-by: Harvey Harrison <harvey.harrison@xxxxxxxxx>
> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Applied to the togreg branch of iio.git and pushed out as testing for
all the normal reasons.

I'm not rushing this one through as it's a SoC ADC so I assume the
endian choice is right, even though not how it should be done.

Jonathan

> ---
>  drivers/iio/adc/mt6360-adc.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/mt6360-adc.c b/drivers/iio/adc/mt6360-adc.c
> index f57db3056fbe..6b39a139ce28 100644
> --- a/drivers/iio/adc/mt6360-adc.c
> +++ b/drivers/iio/adc/mt6360-adc.c
> @@ -9,13 +9,14 @@
>  #include <linux/mutex.h>
>  #include <linux/platform_device.h>
>  #include <linux/regmap.h>
> -#include <linux/unaligned/be_byteshift.h>
>  
>  #include <linux/iio/buffer.h>
>  #include <linux/iio/iio.h>
>  #include <linux/iio/trigger_consumer.h>
>  #include <linux/iio/triggered_buffer.h>
>  
> +#include <asm/unaligned.h>
> +
>  #define MT6360_REG_PMUCHGCTRL3	0x313
>  #define MT6360_REG_PMUADCCFG	0x356
>  #define MT6360_REG_PMUADCIDLET	0x358




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux