On 2023/3/8 0:19, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > <linux/aer.h> is unused, so remove it. > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: Yang Shen <shenyang39@xxxxxxxxxx> > Cc: Zhou Wang <wangzhou1@xxxxxxxxxxxxx> > Cc: Nick Terrell <terrelln@xxxxxx> > --- > drivers/crypto/hisilicon/zip/zip_main.c | 1 - > 1 file changed, 1 deletion(-) > > 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> > Acked-by: Longfang Liu <liulongfang@xxxxxxxxxx> Thanks.