Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove no longer needed #ifdef __alpha__ and #if...



details:   https://anonhg.NetBSD.org/src/rev/42fbbd956b7b
branches:  trunk
changeset: 538780:42fbbd956b7b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Oct 29 17:01:16 2002 +0000

description:
Remove no longer needed #ifdef __alpha__ and #ifdef __mips__.

diffstat:

 sys/dev/pci/tga.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r d987ce929b62 -r 42fbbd956b7b sys/dev/pci/tga.c
--- a/sys/dev/pci/tga.c Tue Oct 29 16:22:33 2002 +0000
+++ b/sys/dev/pci/tga.c Tue Oct 29 17:01:16 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tga.c,v 1.49 2002/10/02 16:51:55 thorpej Exp $ */
+/* $NetBSD: tga.c,v 1.50 2002/10/29 17:01:16 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tga.c,v 1.49 2002/10/02 16:51:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tga.c,v 1.50 2002/10/29 17:01:16 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -59,13 +59,6 @@
 #include <dev/wsfont/wsfont.h>
 #include <uvm/uvm_extern.h>
 
-#ifdef __alpha__
-#include <machine/pte.h>
-#endif
-#ifdef __mips__
-#include <mips/pte.h>
-#endif
-
 int    tgamatch __P((struct device *, struct cfdata *, void *));
 void   tgaattach __P((struct device *, struct device *, void *));
 int    tgaprint __P((void *, const char *));



Home | Main Index | Thread Index | Old Index