Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/bus_dma fix path
details: https://anonhg.NetBSD.org/src/rev/ec8e3b3e40eb
branches: trunk
changeset: 781817:ec8e3b3e40eb
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 02 23:49:19 2012 +0000
description:
fix path
diffstat:
sys/dev/bus_dma/bus_dmamem_common.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b6355ad34e18 -r ec8e3b3e40eb sys/dev/bus_dma/bus_dmamem_common.c
--- a/sys/dev/bus_dma/bus_dmamem_common.c Tue Oct 02 23:39:43 2012 +0000
+++ b/sys/dev/bus_dma/bus_dmamem_common.c Tue Oct 02 23:49:19 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dmamem_common.c,v 1.1 2012/10/02 23:39:43 christos Exp $ */
+/* $NetBSD: bus_dmamem_common.c,v 1.2 2012/10/02 23:49:19 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 2009 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: bus_dmamem_common.c,v 1.1 2012/10/02 23:39:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dmamem_common.c,v 1.2 2012/10/02 23:49:19 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -41,7 +41,7 @@
#include <uvm/uvm.h>
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
/*
* _bus_dmamem_alloc_range_common --
Home |
Main Index |
Thread Index |
Old Index