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-Tag: v6.11-rc1~119^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4604b3888f614a353c7afa17bdc8e7393bb1f9a1;p=thirdparty%2Fkernel%2Flinux.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 136e9842120e8..b424555753b11 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