Module Name: src
Committed By: thorpej
Date: Wed Jun 17 06:37:57 UTC 2020
Modified Files:
src/sys/arch/amiga/pci: cv3dpb.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/cv3dpb.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/cv3dpb.c
diff -u src/sys/arch/amiga/pci/cv3dpb.c:1.3 src/sys/arch/amiga/pci/cv3dpb.c:1.4
--- src/sys/arch/amiga/pci/cv3dpb.c:1.3 Fri Oct 2 05:22:49 2015
+++ src/sys/arch/amiga/pci/cv3dpb.c Wed Jun 17 06:37:57 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: cv3dpb.c,v 1.3 2015/10/02 05:22:49 msaitoh Exp $ */
+/* $NetBSD: cv3dpb.c,v 1.4 2020/06/17 06:37:57 thorpej Exp $ */
/*-
* Copyright (c) 2011, 2012 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <sys/extent.h>
#include <uvm/uvm_extern.h>