Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/pci Remove unnecessary #include



details:   https://anonhg.NetBSD.org/src/rev/566e4aeb24ee
branches:  trunk
changeset: 1026506:566e4aeb24ee
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Nov 27 06:44:16 2021 +0000

description:
Remove unnecessary #include

diffstat:

 sys/arch/arm/pci/pci_msi_machdep.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8502cf73e140 -r 566e4aeb24ee sys/arch/arm/pci/pci_msi_machdep.h
--- a/sys/arch/arm/pci/pci_msi_machdep.h        Sat Nov 27 05:36:39 2021 +0000
+++ b/sys/arch/arm/pci/pci_msi_machdep.h        Sat Nov 27 06:44:16 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_msi_machdep.h,v 1.3 2018/11/16 15:06:22 jmcneill Exp $ */
+/* $NetBSD: pci_msi_machdep.h,v 1.4 2021/11/27 06:44:16 skrll Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -33,7 +33,6 @@
 #define _ARM_PCI_MSI_MACHDEP_H
 
 #include <sys/queue.h>
-#include <arm/pic/picvar.h>
 
 struct arm_pci_msi {
        device_t                msi_dev;



Home | Main Index | Thread Index | Old Index