Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/pic Update to reflect the move of armadaxpreg.h



details:   https://anonhg.NetBSD.org/src/rev/6fa69302483a
branches:  trunk
changeset: 790313:6fa69302483a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 03 12:53:29 2013 +0000

description:
Update to reflect the move of armadaxpreg.h

diffstat:

 sys/arch/arm/pic/armadaxp_splfuncs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 204ccbdf97b7 -r 6fa69302483a sys/arch/arm/pic/armadaxp_splfuncs.c
--- a/sys/arch/arm/pic/armadaxp_splfuncs.c      Thu Oct 03 12:06:04 2013 +0000
+++ b/sys/arch/arm/pic/armadaxp_splfuncs.c      Thu Oct 03 12:53:29 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armadaxp_splfuncs.c,v 1.2 2013/05/29 23:50:35 rkujawa Exp $    */
+/*     $NetBSD: armadaxp_splfuncs.c,v 1.3 2013/10/03 12:53:29 skrll Exp $      */
 /*******************************************************************************
 Copyright (C) Marvell International Ltd. and its affiliates
 
@@ -37,7 +37,7 @@
 *******************************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: armadaxp_splfuncs.c,v 1.2 2013/05/29 23:50:35 rkujawa Exp $");
+__KERNEL_RCSID(0, "$NetBSD: armadaxp_splfuncs.c,v 1.3 2013/10/03 12:53:29 skrll Exp $");
 
 #define _INTR_PRIVATE
 
@@ -56,7 +56,7 @@
 
 #include <arm/marvell/mvsocreg.h>
 #include <arm/marvell/mvsocvar.h>
-#include <evbarm/armadaxp/armadaxpreg.h>
+#include <arm/marvell/armadaxpreg.h>
 
 #include <evbarm/marvell/marvellreg.h>
 #include <dev/marvell/marvellreg.h>



Home | Main Index | Thread Index | Old Index