diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-08-15 19:18:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-08-15 19:18:28 +0000 |
commit | 82d8b02748f70c2c589bcd40e0ac5c527460fc77 (patch) | |
tree | 59fd58289981d5c89ef994a334423ec38bacde86 /sys/arch | |
parent | a6c576585bcba5dd24ed891e1014214ea7fb4790 (diff) |
No need to cargo-cult include <alpha/pci/sioreg.h> here.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/pci/pci_alphabook1.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/pci/pci_up1000.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/pci/pci_alphabook1.c b/sys/arch/alpha/pci/pci_alphabook1.c index eaa5b8bf315..ed61d44e91d 100644 --- a/sys/arch/alpha/pci/pci_alphabook1.c +++ b/sys/arch/alpha/pci/pci_alphabook1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_alphabook1.c,v 1.3 2015/07/26 05:09:44 miod Exp $ */ +/* $OpenBSD: pci_alphabook1.c,v 1.4 2015/08/15 19:18:27 miod Exp $ */ /* $NetBSD: pci_alphabook1.c,v 1.16 2012/02/06 02:14:15 matt Exp $ */ /*- @@ -76,7 +76,6 @@ #include <alpha/pci/pci_alphabook1.h> #include <alpha/pci/siovar.h> -#include <alpha/pci/sioreg.h> #include "sio.h" diff --git a/sys/arch/alpha/pci/pci_up1000.c b/sys/arch/alpha/pci/pci_up1000.c index bf470a163f8..5fb66344dc3 100644 --- a/sys/arch/alpha/pci/pci_up1000.c +++ b/sys/arch/alpha/pci/pci_up1000.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_up1000.c,v 1.16 2015/07/26 05:09:44 miod Exp $ */ +/* $OpenBSD: pci_up1000.c,v 1.17 2015/08/15 19:18:27 miod Exp $ */ /* $NetBSD: pci_up1000.c,v 1.6 2000/12/28 22:59:07 sommerfeld Exp $ */ /*- @@ -55,7 +55,6 @@ #include <alpha/pci/pci_up1000.h> #include <alpha/pci/siovar.h> -#include <alpha/pci/sioreg.h> #include "sio.h" |