[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240605185133.2535780-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 5 Jun 2024 21:51:33 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Olivia Mackall <olivia@...enic.com>,
Herbert Xu <herbert@...dor.apana.org.au>
Subject: [PATCH v1 1/1] hw_random: 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 <andriy.shevchenko@...ux.intel.com>
---
include/linux/hw_random.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 <linux/completion.h>
-#include <linux/types.h>
-#include <linux/list.h>
#include <linux/kref.h>
+#include <linux/types.h>
/**
* struct hwrng - Hardware Random Number Generator driver
--
2.43.0.rc1.1336.g36b5255a03ac
Powered by blists - more mailing lists