Message ID | 20230307161947.857491-6-helgaas@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: remove unnecessary PCI error handling | expand |
On 2023/3/8 0:19, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@google.com> > > <linux/aer.h> is unused, so remove it. > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > Cc: Kai Ye <yekai13@huawei.com> > Cc: Longfang Liu <liulongfang@huawei.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> > Acked-by: Longfang Liu <liulongfang@huawei.com> Thanks.
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>