Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/arc/include Remove commits to wrong branch.



details:   https://anonhg.NetBSD.org/src/rev/7acf92282ada
branches:  netbsd-6
changeset: 369426:7acf92282ada
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 16 14:09:27 2022 +0000

description:
Remove commits to wrong branch.

diffstat:

 sys/arch/arc/include/pci_machdep.h |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 5e962eb6dde3 -r 7acf92282ada sys/arch/arc/include/pci_machdep.h
--- a/sys/arch/arc/include/pci_machdep.h        Tue Aug 16 13:55:15 2022 +0000
+++ b/sys/arch/arc/include/pci_machdep.h        Tue Aug 16 14:09:27 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.9.10.2 2022/08/16 13:55:15 skrll Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.9.10.3 2022/08/16 14:09:27 skrll Exp $ */
 /* NetBSD: pci_machdep.h,v 1.3 1999/03/19 03:40:46 cgd Exp  */
 
 /*
@@ -28,9 +28,6 @@
  * rights to redistribute these changes.
  */
 
-#ifndef        _MACHINE_PCI_MACHDEP_H_
-#define        _MACHINE_PCI_MACHDEP_H_
-
 /*
  * Machine-specific definitions for PCI autoconfiguration.
  */
@@ -103,7 +100,5 @@
     (*(c)->pc_intr_disestablish)((c), (iv))
 #define        pci_conf_interrupt(c, b, d, f, s, i)                            \
     (*(c)->pc_conf_interrupt)((c), (b), (d), (f), (s), (i))
-#define        pci_conf_hook(c, b, d, f, i)                                    \
+#define        pci_conf_hook(c, b, d, f, i)                            \
     (*(c)->pc_conf_hook)((c), (b), (d), (f), (i))
-
-#endif /* _MACHINE_PCI_MACHDEP_H_ */



Home | Main Index | Thread Index | Old Index