lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230130035910.GC464800@hu-bjorande-lv.qualcomm.com>
Date:   Sun, 29 Jan 2023 19:59:10 -0800
From:   Bjorn Andersson <quic_bjorande@...cinc.com>
To:     <broonie@...nel.org>
CC:     Liam Girdwood <lgirdwood@...il.com>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] regulator: max20411: Directly include bitfield.h

On Thu, Jan 26, 2023 at 10:54:03PM +0000, broonie@...nel.org wrote:
> From: Mark Brown <broonie@...nel.org>
> 
> The max20411 driver uses bitfield.h but does not directly include
> it, add an inclusion to avoid build errors in configurations
> which do not result in an implicit inclusion.
> 
> Signed-off-by: Mark Brown <broonie@...nel.org>

Reviewed-by: Bjorn Andersson <quic_bjorande@...cinc.com>

> ---
>  drivers/regulator/max20411-regulator.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/regulator/max20411-regulator.c b/drivers/regulator/max20411-regulator.c
> index 69f04cbe69f1..b4faad54c458 100644
> --- a/drivers/regulator/max20411-regulator.c
> +++ b/drivers/regulator/max20411-regulator.c
> @@ -4,6 +4,7 @@
>   * Copyright (c) 2022, Linaro Ltd.
>   */
>  
> +#include <linux/bitfield.h>
>  #include <linux/gpio/consumer.h>
>  #include <linux/i2c.h>
>  #include <linux/module.h>
> -- 
> 2.34.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ