Module Name:    src
Committed By:   christos
Date:           Tue Oct  2 23:49:19 UTC 2012

Modified Files:
        src/sys/dev/bus_dma: bus_dmamem_common.c

Log Message:
fix path


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/bus_dma/bus_dmamem_common.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/dev/bus_dma/bus_dmamem_common.c
diff -u src/sys/dev/bus_dma/bus_dmamem_common.c:1.1 src/sys/dev/bus_dma/bus_dmamem_common.c:1.2
--- src/sys/dev/bus_dma/bus_dmamem_common.c:1.1	Tue Oct  2 19:39:43 2012
+++ src/sys/dev/bus_dma/bus_dmamem_common.c	Tue Oct  2 19:49:19 2012
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: bus_dmamem_c
 
 #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 --

Reply via email to