Module Name: src
Committed By: thorpej
Date: Wed Jun 17 06:39:49 UTC 2020
Modified Files:
src/sys/arch/amiga/pci: emmem.c
Log Message:
<sys/extent.h> not needed here.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/pci/emmem.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/emmem.c
diff -u src/sys/arch/amiga/pci/emmem.c:1.4 src/sys/arch/amiga/pci/emmem.c:1.5
--- src/sys/arch/amiga/pci/emmem.c:1.4 Tue Jan 29 00:49:43 2013
+++ src/sys/arch/amiga/pci/emmem.c Wed Jun 17 06:39:49 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: emmem.c,v 1.4 2013/01/29 00:49:43 rkujawa Exp $ */
+/* $NetBSD: emmem.c,v 1.5 2020/06/17 06:39:49 thorpej Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -40,7 +40,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <sys/extent.h>
#include <uvm/uvm_extern.h>