Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/acpi Remove unneeded struct acpi_pci_intr forwa...



details:   https://anonhg.NetBSD.org/src/rev/cb11f8eb4919
branches:  trunk
changeset: 1029088:cb11f8eb4919
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 21 11:02:38 2021 +0000

description:
Remove unneeded struct acpi_pci_intr forward declaration.

diffstat:

 sys/arch/arm/acpi/acpi_pci_machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 7c2f921b962e -r cb11f8eb4919 sys/arch/arm/acpi/acpi_pci_machdep.c
--- a/sys/arch/arm/acpi/acpi_pci_machdep.c      Tue Dec 21 10:16:05 2021 +0000
+++ b/sys/arch/arm/acpi/acpi_pci_machdep.c      Tue Dec 21 11:02:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_pci_machdep.c,v 1.20 2021/08/08 12:09:52 jmcneill Exp $ */
+/* $NetBSD: acpi_pci_machdep.c,v 1.21 2021/12/21 11:02:38 skrll Exp $ */
 
 /*-
  * Copyright (c) 2018, 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #define        _INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_pci_machdep.c,v 1.20 2021/08/08 12:09:52 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_pci_machdep.c,v 1.21 2021/12/21 11:02:38 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -86,8 +86,6 @@
 static TAILQ_HEAD(, acpi_pci_pct) acpi_pci_chipset_tags =
     TAILQ_HEAD_INITIALIZER(acpi_pci_chipset_tags);
 
-struct acpi_pci_intr;
-
 struct acpi_pci_intr {
        struct pic_softc                pi_pic;
        int                             pi_irqbase;



Home | Main Index | Thread Index | Old Index