Message ID | 9ebb8c8c3f19bc85fabcfea787d9a04454114b16.1669462318.git.christophe.jaillet@wanadoo.fr (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | tpm_crb: Remove a useless include | expand |
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
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@wanadoo.fr> --- drivers/char/tpm/tpm_crb.c | 1 - 1 file changed, 1 deletion(-)