Module Name:    src
Committed By:   matt
Date:           Thu Feb 25 23:34:54 UTC 2010

Modified Files:
        src/sys/dev/marvell: gt.c

Log Message:
Adapt to <powerpc/spr.h> breakup.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/sys/dev/marvell/gt.c:1.22
--- src/sys/dev/marvell/gt.c:1.21	Tue May 12 14:30:25 2009
+++ src/sys/dev/marvell/gt.c	Thu Feb 25 23:34:54 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: gt.c,v 1.21 2009/05/12 14:30:25 cegger Exp $	*/
+/*	$NetBSD: gt.c,v 1.22 2010/02/25 23:34:54 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.21 2009/05/12 14:30:25 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.22 2010/02/25 23:34:54 matt Exp $");
 
 #include "opt_marvell.h"
 #include "locators.h"
@@ -60,6 +60,7 @@
 
 #include <powerpc/spr.h>
 #include <powerpc/oea/hid.h>
+#include <powerpc/oea/spr.h>
 
 #include <dev/marvell/gtreg.h>
 #include <dev/marvell/gtintrreg.h>

Reply via email to