Module Name:    src
Committed By:   thorpej
Date:           Wed Jun 17 06:55:42 UTC 2020

Modified Files:
        src/sys/arch/evbarm/integrator: pci_machdep.c

Log Message:
<sys/extent.h> not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/integrator/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/evbarm/integrator/pci_machdep.c
diff -u src/sys/arch/evbarm/integrator/pci_machdep.c:1.6 src/sys/arch/evbarm/integrator/pci_machdep.c:1.7
--- src/sys/arch/evbarm/integrator/pci_machdep.c:1.6	Fri Sep  7 04:32:04 2012
+++ src/sys/arch/evbarm/integrator/pci_machdep.c	Wed Jun 17 06:55:42 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_machdep.c,v 1.6 2012/09/07 04:32:04 matt Exp $ */
+/*	$NetBSD: pci_machdep.c,v 1.7 2020/06/17 06:55:42 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2001 ARM Ltd
@@ -30,14 +30,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.6 2012/09/07 04:32:04 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.7 2020/06/17 06:55:42 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/device.h>
 #include <sys/systm.h>
 #include <sys/cpu.h>
-#include <sys/extent.h>
 
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pciconf.h>

Reply via email to