Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm <sys/extent.h> not needed here.



details:   https://anonhg.NetBSD.org/src/rev/4a074491a5d5
branches:  trunk
changeset: 934730:4a074491a5d5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 17 07:01:02 2020 +0000

description:
<sys/extent.h> not needed here.

diffstat:

 sys/arch/evbarm/iyonix/iyonix_pci.c     |  5 ++---
 sys/arch/evbarm/smdk2xx0/smdk2800_pci.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 0753f85a7140 -r 4a074491a5d5 sys/arch/evbarm/iyonix/iyonix_pci.c
--- a/sys/arch/evbarm/iyonix/iyonix_pci.c       Wed Jun 17 06:59:45 2020 +0000
+++ b/sys/arch/evbarm/iyonix/iyonix_pci.c       Wed Jun 17 07:01:02 2020 +0000
@@ -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 @@
 #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 *,
diff -r 0753f85a7140 -r 4a074491a5d5 sys/arch/evbarm/smdk2xx0/smdk2800_pci.c
--- a/sys/arch/evbarm/smdk2xx0/smdk2800_pci.c   Wed Jun 17 06:59:45 2020 +0000
+++ b/sys/arch/evbarm/smdk2xx0/smdk2800_pci.c   Wed Jun 17 07:01:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smdk2800_pci.c,v 1.5 2011/07/01 20:44:21 dyoung Exp $ */
+/*     $NetBSD: smdk2800_pci.c,v 1.6 2020/06/17 07:02:31 thorpej Exp $ */
 
 /*
  * Copyright (c) 2002 Fujitsu Component Limited
@@ -37,13 +37,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2800_pci.c,v 1.5 2011/07/01 20:44:21 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2800_pci.c,v 1.6 2020/06/17 07:02:31 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/device.h>
 #include <sys/systm.h>
-#include <sys/extent.h>
 
 #define _ARM32_BUS_DMA_PRIVATE
 #include <sys/bus.h>



Home | Main Index | Thread Index | Old Index