[PATCH] lib: random: make linux/hw_random.h header self-contained

Sascha Hauer sha at pengutronix.de
Tue Sep 12 02:27:29 PDT 2023


On Mon, Sep 11, 2023 at 02:17:31PM +0200, Ahmad Fatoum wrote:
> struct hwrng defined in the file embeds a struct device, so inclusion
> of the header defining it is in order.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
>  include/linux/hw_random.h | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> diff --git a/include/linux/hw_random.h b/include/linux/hw_random.h
> index fad41b688063..9143ba1f8d4c 100644
> --- a/include/linux/hw_random.h
> +++ b/include/linux/hw_random.h
> @@ -14,6 +14,7 @@
>  #define LINUX_HWRANDOM_H_
>  
>  #include <linux/list.h>
> +#include <driver.h>
>  
>  /**
>   * struct hwrng - Hardware Random Number Generator driver
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list