diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 04:54:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 04:54:00 +0000 |
commit | 2263d97a9b4502a114316690c3e9bff7cfd0dc9a (patch) | |
tree | 687a510acafdd5613c6b28257d9219913a1184bc /sys | |
parent | 360ada0c1943210b8775ccca02d692e8ccb38b6c (diff) |
oops, duplicate
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/dev/vgafb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/vgafb.c b/sys/arch/sparc64/dev/vgafb.c index 10449870672..a187bc30033 100644 --- a/sys/arch/sparc64/dev/vgafb.c +++ b/sys/arch/sparc64/dev/vgafb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb.c,v 1.62 2014/07/22 04:44:09 deraadt Exp $ */ +/* $OpenBSD: vgafb.c,v 1.63 2014/07/22 04:53:59 deraadt Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -55,8 +55,6 @@ #include <dev/wscons/wsdisplayvar.h> #include <dev/rasops/rasops.h> -#include <dev/pci/vga_pcivar.h> - #include <machine/fbvar.h> struct vgafb_softc { |