aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2023-03-07 10:19:46 -0600
committerHerbert Xu <[email protected]>2023-03-17 11:16:43 +0800
commitd4656a3b0d7df558e55da01888a2187ad7ad6464 (patch)
tree68dfd9558e6bc94146b7305bb4a36538fe4fcac6
parent9cda983e2f514f794f110f63e8b6b139240c4285 (diff)
crypto: hisilicon/sec - remove unnecessary aer.h include
<linux/aer.h> is unused, so remove it. Signed-off-by: Bjorn Helgaas <[email protected]> Cc: Kai Ye <[email protected]> Cc: Longfang Liu <[email protected]> Acked-by: Longfang Liu <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r--drivers/crypto/hisilicon/sec2/sec_main.c1
1 files changed, 0 insertions, 1 deletions
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>