Module Name:    src
Committed By:   matt
Date:           Fri Jan  7 02:34:00 UTC 2011

Modified Files:
        src/sys/dev/marvell [matt-nb5-pq3]: gt.c

Log Message:
Deal with the spr.h split.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.18.1 src/sys/dev/marvell/gt.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/marvell/gt.c
diff -u src/sys/dev/marvell/gt.c:1.18 src/sys/dev/marvell/gt.c:1.18.18.1
--- src/sys/dev/marvell/gt.c:1.18	Tue Jun 17 22:41:30 2008
+++ src/sys/dev/marvell/gt.c	Fri Jan  7 02:33:59 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: gt.c,v 1.18 2008/06/17 22:41:30 he Exp $	*/
+/*	$NetBSD: gt.c,v 1.18.18.1 2011/01/07 02:33:59 matt Exp $	*/
 
 /*
  * Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.18 2008/06/17 22:41:30 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.18.18.1 2011/01/07 02:33:59 matt Exp $");
 
 #include "opt_marvell.h"
 #include "locators.h"
@@ -59,6 +59,7 @@
 #include <sys/bus.h>
 
 #include <powerpc/spr.h>
+#include <powerpc/oea/spr.h>
 #include <powerpc/oea/hid.h>
 
 #include <dev/marvell/gtreg.h>

Reply via email to