diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-03-07 10:19:47 -0600 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-03-17 11:16:43 +0800 |
commit | f69ef19f106da84502b400788c1661d5fda86a73 (patch) | |
tree | f0efb25d596d7f0da5f2d1ea005a7287bed180f5 /drivers/crypto | |
parent | d4656a3b0d7df558e55da01888a2187ad7ad6464 (diff) | |
download | linux-stable-f69ef19f106da84502b400788c1661d5fda86a73.tar.gz linux-stable-f69ef19f106da84502b400788c1661d5fda86a73.tar.bz2 linux-stable-f69ef19f106da84502b400788c1661d5fda86a73.zip |
crypto: hisilicon/zip - remove unnecessary aer.h include
<linux/aer.h> is unused, so remove it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Yang Shen <shenyang39@huawei.com>
Cc: Zhou Wang <wangzhou1@hisilicon.com>
Cc: Nick Terrell <terrelln@fb.com>
Acked-by: Longfang Liu <liulongfang@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-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> |