Module Name:    src
Committed By:   mrg
Date:           Sun Mar 20 20:40:22 UTC 2011

Modified Files:
        src/sys/arch/sparc64/dev: pci_machdep.c

Log Message:
remove unnecessary iommuvar.h and psycho{reg,var}.h includes.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sparc64/dev/pci_machdep.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/arch/sparc64/dev/pci_machdep.c
diff -u src/sys/arch/sparc64/dev/pci_machdep.c:1.69 src/sys/arch/sparc64/dev/pci_machdep.c:1.70
--- src/sys/arch/sparc64/dev/pci_machdep.c:1.69	Wed Mar 16 03:54:51 2011
+++ src/sys/arch/sparc64/dev/pci_machdep.c	Sun Mar 20 20:40:22 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_machdep.c,v 1.69 2011/03/16 03:54:51 mrg Exp $	*/
+/*	$NetBSD: pci_machdep.c,v 1.70 2011/03/20 20:40:22 mrg Exp $	*/
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.69 2011/03/16 03:54:51 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.70 2011/03/20 20:40:22 mrg Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -51,9 +51,6 @@
 #include <dev/ofw/ofw_pci.h>
 
 #include <sparc64/dev/iommureg.h>
-#include <sparc64/dev/iommuvar.h>
-#include <sparc64/dev/psychoreg.h>
-#include <sparc64/dev/psychovar.h>
 #include <sparc64/sparc64/cache.h>
 
 #include "locators.h"

Reply via email to