From: Andy Shevchenko Date: Wed, 5 Jun 2024 18:51:33 +0000 (+0300) Subject: hwrng: core - Remove list.h from the hw_random.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4604b3888f614a353c7afa17bdc8e7393bb1f9a1;p=users%2Fjedix%2Flinux-maple.git hwrng: core - Remove list.h from the hw_random.h The 'struct list' type is defined in types.h, no need to include list.h for that. Signed-off-by: Andy Shevchenko Signed-off-by: Herbert Xu --- diff --git a/include/linux/hw_random.h b/include/linux/hw_random.h index 136e9842120e..b424555753b1 100644 --- a/include/linux/hw_random.h +++ b/include/linux/hw_random.h @@ -13,9 +13,8 @@ #define LINUX_HWRANDOM_H_ #include -#include -#include #include +#include /** * struct hwrng - Hardware Random Number Generator driver