Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/playstation2/playstation2 Adapt to current director...



details:   https://anonhg.NetBSD.org/src/rev/776add1d2b24
branches:  trunk
changeset: 328327:776add1d2b24
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 31 11:42:17 2014 +0000

description:
Adapt to current directory layout

diffstat:

 sys/arch/playstation2/playstation2/bus_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 31e6b1ce9435 -r 776add1d2b24 sys/arch/playstation2/playstation2/bus_dma.c
--- a/sys/arch/playstation2/playstation2/bus_dma.c      Mon Mar 31 11:41:01 2014 +0000
+++ b/sys/arch/playstation2/playstation2/bus_dma.c      Mon Mar 31 11:42:17 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.21 2014/03/31 11:25:49 martin Exp $      */
+/*     $NetBSD: bus_dma.c,v 1.22 2014/03/31 11:42:17 martin Exp $      */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.21 2014/03/31 11:25:49 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.22 2014/03/31 11:42:17 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -43,7 +43,7 @@
 #define _PLAYSTATION2_BUS_DMA_PRIVATE
 #include <machine/bus.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index