Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Don't include rasops and wscons goo here; ...



details:   https://anonhg.NetBSD.org/src/rev/3ed541092d7e
branches:  trunk
changeset: 473423:3ed541092d7e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 02 23:24:00 1999 +0000

description:
Don't include rasops and wscons goo here; we get it already from fbvar.h

diffstat:

 sys/arch/sparc/dev/fb.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 7ddac48bb4cf -r 3ed541092d7e sys/arch/sparc/dev/fb.c
--- a/sys/arch/sparc/dev/fb.c   Wed Jun 02 22:40:51 1999 +0000
+++ b/sys/arch/sparc/dev/fb.c   Wed Jun 02 23:24:00 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.38 1999/06/02 12:11:39 mycroft Exp $ */
+/*     $NetBSD: fb.c,v 1.39 1999/06/02 23:24:00 christos Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -63,12 +63,8 @@
 #include <machine/eeprom.h>
 #include <sparc/dev/pfourreg.h>
 
-#include <dev/wscons/wsdisplayvar.h>
-#include <dev/rasops/rasops.h>
-
 static struct fbdevice *devfb;
 
-
 void
 fb_unblank()
 {



Home | Main Index | Thread Index | Old Index