linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cper-arm: Remove unnecessary aer.h include
@ 2023-03-07 20:33 Bjorn Helgaas
  2023-03-07 21:04 ` Ard Biesheuvel
  2023-03-08 23:11 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2023-03-07 20:33 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: linux-efi, linux-kernel, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

<linux/aer.h> is unused, so remove it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 drivers/firmware/efi/cper-arm.c | 1 -
 1 file changed, 1 deletion(-)

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>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cper-arm: Remove unnecessary aer.h include
  2023-03-07 20:33 [PATCH] cper-arm: Remove unnecessary aer.h include Bjorn Helgaas
@ 2023-03-07 21:04 ` Ard Biesheuvel
  2023-03-08 23:11 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2023-03-07 21:04 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-efi, linux-kernel, Bjorn Helgaas

On Tue, 7 Mar 2023 at 21:34, Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> <linux/aer.h> is unused, so remove it.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

Feel free to take this, or otherwise I can queue it as a fix.

> ---
>  drivers/firmware/efi/cper-arm.c | 1 -
>  1 file changed, 1 deletion(-)
>
> 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>
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cper-arm: Remove unnecessary aer.h include
  2023-03-07 20:33 [PATCH] cper-arm: Remove unnecessary aer.h include Bjorn Helgaas
  2023-03-07 21:04 ` Ard Biesheuvel
@ 2023-03-08 23:11 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2023-03-08 23:11 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: linux-efi, linux-kernel, Bjorn Helgaas

On Tue, Mar 07, 2023 at 02:33:56PM -0600, 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>

Applied with Ard's ack to pci/aer for v6.4.

> ---
>  drivers/firmware/efi/cper-arm.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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>
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-08 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 20:33 [PATCH] cper-arm: Remove unnecessary aer.h include Bjorn Helgaas
2023-03-07 21:04 ` Ard Biesheuvel
2023-03-08 23:11 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).