diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-28 22:43:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-28 22:43:23 +0000 |
commit | 6d723772bb3c9036bef260c78b7bc1ad4943ec5c (patch) | |
tree | 9af3b352c373c0e5f3d3d3e61537ed2a37b0fc11 /sys/dev/pci | |
parent | 42763ab306ac83ef6cfb56f64bf8b9122861a2f5 (diff) |
Fix previous; pointed out by stsp@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 0f68b66da37..4f404e74038 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.45 2009/11/28 22:15:59 kettenis Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.46 2009/11/28 22:43:22 kettenis Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -218,7 +218,6 @@ vga_pci_attach(struct device *parent, struct device *self, void *aux) int vga_pci_activate(struct device *self, int act) { - struct vga_pci_softc *sc = (struct vga_pci_softc *)self; int rv = 0; switch (act) { |