[<prev] [next>] [day] [month] [year] [list]
Message-Id: <9ebb8c8c3f19bc85fabcfea787d9a04454114b16.1669462318.git.christophe.jaillet@wanadoo.fr>
Date: Sat, 26 Nov 2022 12:32:05 +0100
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: Peter Huewe <peterhuewe@....de>,
Jarkko Sakkinen <jarkko@...nel.org>,
Jason Gunthorpe <jgg@...pe.ca>
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
linux-integrity@...r.kernel.org
Subject: [PATCH] tpm_crb: Remove a useless include
This file does not use rcu, so there is no point in including
<linux/rculist.h>.
So just remove it.
Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
---
drivers/char/tpm/tpm_crb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c
index 18606651d1aa..05b5522bdd2b 100644
--- a/drivers/char/tpm/tpm_crb.c
+++ b/drivers/char/tpm/tpm_crb.c
@@ -13,7 +13,6 @@
#include <linux/acpi.h>
#include <linux/highmem.h>
-#include <linux/rculist.h>
#include <linux/module.h>
#include <linux/pm_runtime.h>
#ifdef CONFIG_ARM64
--
2.34.1
Powered by blists - more mailing lists