[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230307161947.857491-6-helgaas@kernel.org>
Date: Tue, 7 Mar 2023 10:19:46 -0600
From: Bjorn Helgaas <helgaas@...nel.org>
To: Herbert Xu <herbert@...dor.apana.org.au>,
"David S . Miller" <davem@...emloft.net>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
Bjorn Helgaas <bhelgaas@...gle.com>,
Kai Ye <yekai13@...wei.com>,
Longfang Liu <liulongfang@...wei.com>
Subject: [PATCH 5/6] crypto: hisilicon/sec - remove unnecessary aer.h include
From: Bjorn Helgaas <bhelgaas@...gle.com>
<linux/aer.h> is unused, so remove it.
Signed-off-by: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Kai Ye <yekai13@...wei.com>
Cc: Longfang Liu <liulongfang@...wei.com>
---
drivers/crypto/hisilicon/sec2/sec_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/crypto/hisilicon/sec2/sec_main.c b/drivers/crypto/hisilicon/sec2/sec_main.c
index 93572c0d4faa..77f9f131b850 100644
--- a/drivers/crypto/hisilicon/sec2/sec_main.c
+++ b/drivers/crypto/hisilicon/sec2/sec_main.c
@@ -2,7 +2,6 @@
/* Copyright (c) 2019 HiSilicon Limited. */
#include <linux/acpi.h>
-#include <linux/aer.h>
#include <linux/bitops.h>
#include <linux/debugfs.h>
#include <linux/init.h>
--
2.25.1
Powered by blists - more mailing lists