diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-04-24 20:47:06 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-04-24 20:47:06 +0000 |
commit | dd20dd49d0b58c918ea6fb8d2ce7a3715421ff03 (patch) | |
tree | 43c6b1181c0c5113b27810fe328da0dd791ab1ec /sys/arch/amd64 | |
parent | 90521bd510f411f928908926bb1bbda3ad580a78 (diff) |
oops. unbreak build by removing the #include for amd8131reg.h
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/pci/aapic.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/pci/aapic.c b/sys/arch/amd64/pci/aapic.c index d21ca98b330..0f5db0015d8 100644 --- a/sys/arch/amd64/pci/aapic.c +++ b/sys/arch/amd64/pci/aapic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aapic.c,v 1.4 2008/04/24 17:44:54 thib Exp $ */ +/* $OpenBSD: aapic.c,v 1.5 2008/04/24 20:47:05 thib Exp $ */ /* $NetBSD: aapic.c,v 1.3 2005/01/13 23:40:01 fvdl Exp $ */ /* @@ -13,8 +13,6 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#include <arch/amd64/pci/amd8131reg.h> - #include "ioapic.h" #if NIOAPIC > 0 |