efi/cper: Remove unnecessary aer.h include
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 7 Mar 2023 20:33:56 +0000 (14:33 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 7 Apr 2023 21:42:31 +0000 (16:42 -0500)
<linux/aer.h> is unused, so remove it.

Link: https://lore.kernel.org/r/20230307203356.882479-1-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/cper-arm.c

index 36d3b8b9da47eb48abd3a21099dc7ee172aaea3b..fa9c1c3bf168b0d06303a2d1ccaa24b18318ef9a 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/dmi.h>
 #include <linux/acpi.h>
 #include <linux/pci.h>
-#include <linux/aer.h>
 #include <linux/printk.h>
 #include <linux/bcd.h>
 #include <acpi/ghes.h>