From: briggs Date: Sun, 30 Mar 1997 22:44:03 +0000 (+0000) Subject: Minor cleanup. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a069f3098cfec5048eff85e1e9a403704b4ea433;p=openbsd Minor cleanup. --- diff --git a/sys/arch/mac68k/dev/grf_iv.c b/sys/arch/mac68k/dev/grf_iv.c index 2edfac852be..07a3d2943f6 100644 --- a/sys/arch/mac68k/dev/grf_iv.c +++ b/sys/arch/mac68k/dev/grf_iv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_iv.c,v 1.13 1997/03/29 03:16:18 briggs Exp $ */ +/* $OpenBSD: grf_iv.c,v 1.14 1997/03/30 22:44:03 briggs Exp $ */ /* $NetBSD: grf_iv.c,v 1.17 1997/02/20 00:23:27 scottr Exp $ */ /* @@ -74,11 +74,6 @@ struct cfattach intvid_ca = { sizeof(struct grfbus_softc), grfiv_match, grfiv_attach }; -/* XXX -- kludge */ -#include -#include -#include - #define QUADRA_DAFB_BASE 0xF9800000 static int @@ -159,7 +154,6 @@ grfiv_attach(parent, self, aux) 0, &sc->sc_regh)) { panic("failed to map space for DAFB regs.\n"); } - /* Show off a bit -- no need to really set these. */ printf(": DAFB: Monitor sense %x.\n", R4(sc,0x1C)&7); break; default: