summaryrefslogtreecommitdiff
path: root/drivers/firmware
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-03-07 23:33:56 +0300
committerBjorn Helgaas <bhelgaas@google.com>2023-04-08 00:42:31 +0300
commit72a31ff9d71c69ed787b8276bfd033065aae4f89 (patch)
treec39e3283438f561c9510d9f4aa58a85585de26a7 /drivers/firmware
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff)
downloadlinux-72a31ff9d71c69ed787b8276bfd033065aae4f89.tar.xz
efi/cper: Remove unnecessary aer.h include
<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>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/efi/cper-arm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/efi/cper-arm.c b/drivers/firmware/efi/cper-arm.c
index 36d3b8b9da47..fa9c1c3bf168 100644
--- a/drivers/firmware/efi/cper-arm.c
+++ b/drivers/firmware/efi/cper-arm.c
@@ -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>