Re: [PATCH 5/6] crypto: hisilicon/sec - remove unnecessary aer.h include

From: liulongfang
Date: Fri Mar 10 2023 - 04:14:40 EST


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: Kai Ye <yekai13@xxxxxxxxxx>
> Cc: Longfang Liu <liulongfang@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxx>
Thanks.