Module Name:    src
Committed By:   rin
Date:           Mon Jul  6 10:49:41 UTC 2020

Modified Files:
        src/sys/arch/powerpc/ibm4xx/pci: pci_machdep.c

Log Message:
Include missing opt_pci.h


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c
diff -u src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c:1.11 src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c:1.12
--- src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c:1.11	Fri Oct  2 05:22:51 2015
+++ src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c	Mon Jul  6 10:49:41 2020
@@ -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>

Reply via email to