Module Name: src
Committed By: thorpej
Date: Wed Jun 17 06:49:03 UTC 2020
Modified Files:
src/sys/arch/arm/ep93xx: ep93xx_busdma.c
Log Message:
<sys/extent.h> not needed here.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/ep93xx/ep93xx_busdma.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/arm/ep93xx/ep93xx_busdma.c
diff -u src/sys/arch/arm/ep93xx/ep93xx_busdma.c:1.5 src/sys/arch/arm/ep93xx/ep93xx_busdma.c:1.6
--- src/sys/arch/arm/ep93xx/ep93xx_busdma.c:1.5 Tue Sep 18 05:47:27 2012
+++ src/sys/arch/arm/ep93xx/ep93xx_busdma.c Wed Jun 17 06:49:03 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: ep93xx_busdma.c,v 1.5 2012/09/18 05:47:27 matt Exp $ */
+/* $NetBSD: ep93xx_busdma.c,v 1.6 2020/06/17 06:49:03 thorpej Exp $ */
/*
* Copyright (c) 2004 Jesse Off
@@ -33,13 +33,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ep93xx_busdma.c,v 1.5 2012/09/18 05:47:27 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ep93xx_busdma.c,v 1.6 2020/06/17 06:49:03 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>