Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx/pci Include missing opt_pci.h



details:   https://anonhg.NetBSD.org/src/rev/04f55e925e5b
branches:  trunk
changeset: 935584:04f55e925e5b
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:49:41 2020 +0000

description:
Include missing opt_pci.h

diffstat:

 sys/arch/powerpc/ibm4xx/pci/pci_machdep.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 4857d823d17b -r 04f55e925e5b sys/arch/powerpc/ibm4xx/pci/pci_machdep.c
--- a/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c Mon Jul 06 10:48:54 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c Mon Jul 06 10:49:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.c,v 1.11 2015/10/02 05:22:51 msaitoh Exp $ */
+/*     $NetBSD: pci_machdep.c,v 1.12 2020/07/06 10:49:41 rin Exp $     */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -43,7 +43,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.11 2015/10/02 05:22:51 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.12 2020/07/06 10:49:41 rin Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_pci.h"
+#endif
 
 #include <sys/types.h>
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index