diff options
author | Bjorn Helgaas <[email protected]> | 2023-03-07 10:19:47 -0600 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2023-03-17 11:16:43 +0800 |
commit | f69ef19f106da84502b400788c1661d5fda86a73 (patch) | |
tree | f0efb25d596d7f0da5f2d1ea005a7287bed180f5 | |
parent | d4656a3b0d7df558e55da01888a2187ad7ad6464 (diff) |
crypto: hisilicon/zip - remove unnecessary aer.h include
<linux/aer.h> is unused, so remove it.
Signed-off-by: Bjorn Helgaas <[email protected]>
Cc: Yang Shen <[email protected]>
Cc: Zhou Wang <[email protected]>
Cc: Nick Terrell <[email protected]>
Acked-by: Longfang Liu <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | drivers/crypto/hisilicon/zip/zip_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/hisilicon/zip/zip_main.c b/drivers/crypto/hisilicon/zip/zip_main.c index 1549bec3aea5..f3ce34198775 100644 --- a/drivers/crypto/hisilicon/zip/zip_main.c +++ b/drivers/crypto/hisilicon/zip/zip_main.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* 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> |