[PATCH 16/34] iio: light: cros_ec_light_prox: explicitly add proper header files

Jonathan Cameron jic23 at kernel.org
Sun Jun 12 00:23:33 AEST 2022


On Fri, 10 Jun 2022 10:45:27 +0200
Nuno Sá <nuno.sa at analog.com> wrote:

> Do not trust the fact that iio.h includes of.h which in turn includes
> all the headers we are relying on.
> 
> The ultimate goal is to actually drop of.h from iio.h.
> 
> Signed-off-by: Nuno Sá <nuno.sa at analog.com>
Applied

Thanks,

J

> ---
>  drivers/iio/light/cros_ec_light_prox.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/light/cros_ec_light_prox.c b/drivers/iio/light/cros_ec_light_prox.c
> index a00a8b3b86cf..e345e0f71b74 100644
> --- a/drivers/iio/light/cros_ec_light_prox.c
> +++ b/drivers/iio/light/cros_ec_light_prox.c
> @@ -14,6 +14,7 @@
>  #include <linux/iio/triggered_buffer.h>
>  #include <linux/iio/trigger_consumer.h>
>  #include <linux/kernel.h>
> +#include <linux/mod_devicetable.h>
>  #include <linux/module.h>
>  #include <linux/platform_data/cros_ec_commands.h>
>  #include <linux/platform_data/cros_ec_proto.h>



More information about the openbmc mailing list