diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-22 21:30:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-22 21:30:27 +0000 |
commit | ae221b82ea95e9f797f9d60b0d51b0dc2e1e83c4 (patch) | |
tree | d68c90ccbbaeb744b6d5b77c4b2400103b398697 /sys | |
parent | b87158308a792da614a84be00b5cd8ee8595083b (diff) |
macppc never has i386 defined; ok drahn
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/pci/vgafb_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/pci/vgafb_pci.c b/sys/arch/macppc/pci/vgafb_pci.c index 924ccbe65ba..7f7a442908b 100644 --- a/sys/arch/macppc/pci/vgafb_pci.c +++ b/sys/arch/macppc/pci/vgafb_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb_pci.c,v 1.20 2009/03/01 10:48:54 kettenis Exp $ */ +/* $OpenBSD: vgafb_pci.c,v 1.21 2010/05/22 21:30:26 deraadt Exp $ */ /* $NetBSD: vga_pci.c,v 1.4 1996/12/05 01:39:38 cgd Exp $ */ /* @@ -34,9 +34,7 @@ #include <sys/device.h> #include <sys/malloc.h> -#ifndef i386 #include <machine/autoconf.h> -#endif #include <machine/pte.h> #include <dev/cons.h> |