Module Name: src
Committed By: thorpej
Date: Wed Jun 17 06:41:39 UTC 2020
Modified Files:
src/sys/arch/amiga/pci: pci_machdep.c
Log Message:
<sys/extent.h> not needed here.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/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/amiga/pci/pci_machdep.c
diff -u src/sys/arch/amiga/pci/pci_machdep.c:1.3 src/sys/arch/amiga/pci/pci_machdep.c:1.4
--- src/sys/arch/amiga/pci/pci_machdep.c:1.3 Sat Mar 29 19:28:26 2014
+++ src/sys/arch/amiga/pci/pci_machdep.c Wed Jun 17 06:41:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.c,v 1.3 2014/03/29 19:28:26 christos Exp $ */
+/* $NetBSD: pci_machdep.c,v 1.4 2020/06/17 06:41:39 thorpej Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -38,7 +38,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <sys/extent.h>
#include <sys/kmem.h>
#include <uvm/uvm_extern.h>