Module Name: src
Committed By: thorpej
Date: Wed Jun 17 07:01:02 UTC 2020
Modified Files:
src/sys/arch/evbarm/iyonix: iyonix_pci.c
Log Message:
<sys/extent.h> not needed here.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/iyonix/iyonix_pci.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/iyonix/iyonix_pci.c
diff -u src/sys/arch/evbarm/iyonix/iyonix_pci.c:1.1 src/sys/arch/evbarm/iyonix/iyonix_pci.c:1.2
--- src/sys/arch/evbarm/iyonix/iyonix_pci.c:1.1 Thu Feb 14 21:47:52 2019
+++ src/sys/arch/evbarm/iyonix/iyonix_pci.c Wed Jun 17 07:01:02 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: iyonix_pci.c,v 1.1 2019/02/14 21:47:52 macallan Exp $ */
+/* $NetBSD: iyonix_pci.c,v 1.2 2020/06/17 07:01:02 thorpej Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iyonix_pci.c,v 1.1 2019/02/14 21:47:52 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iyonix_pci.c,v 1.2 2020/06/17 07:01:02 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -58,7 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: iyonix_pci.c
#include <dev/pci/pcidevs.h>
#include <dev/pci/ppbreg.h>
-#include <sys/extent.h>
#include <dev/pci/pciconf.h>
int iyonix_pci_intr_map(const struct pci_attach_args *,