diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-09-01 12:45:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-09-01 12:45:43 +0000 |
commit | 18cd88f052aaf58314677064ab551baa053203c5 (patch) | |
tree | ac288da77efafec6a3e957a4700b45a7c26db8e2 /sys/arch | |
parent | 42abdac3c3fbea4d53bcab7bcc10a55b0e07b0e7 (diff) |
Do not include <machine/rpb.h> unless necessary.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/if/if_le.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/mba/hp.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/vsa/hdc9224.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/vsa/if_le_vsbus.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/vax/if/if_le.c b/sys/arch/vax/if/if_le.c index 556e6695546..44a420d3535 100644 --- a/sys/arch/vax/if/if_le.c +++ b/sys/arch/vax/if/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.13 2005/07/02 09:28:40 miod Exp $ */ +/* $OpenBSD: if_le.c,v 1.14 2007/09/01 12:45:40 miod Exp $ */ /* $NetBSD: if_le.c,v 1.14 1999/08/14 18:40:23 ragge Exp $ */ /*- @@ -92,7 +92,6 @@ #include <machine/cpu.h> #include <machine/nexus.h> -#include <machine/rpb.h> #include <machine/scb.h> #include <dev/ic/am7990reg.h> diff --git a/sys/arch/vax/mba/hp.c b/sys/arch/vax/mba/hp.c index c7150c5f276..391f6fd96fe 100644 --- a/sys/arch/vax/mba/hp.c +++ b/sys/arch/vax/mba/hp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hp.c,v 1.18 2007/06/07 05:22:32 deraadt Exp $ */ +/* $OpenBSD: hp.c,v 1.19 2007/09/01 12:45:42 miod Exp $ */ /* $NetBSD: hp.c,v 1.22 2000/02/12 16:09:33 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -58,7 +58,6 @@ #include <machine/pte.h> #include <machine/mtpr.h> #include <machine/cpu.h> -#include <machine/rpb.h> #include <vax/mba/mbavar.h> #include <vax/mba/mbareg.h> diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c index be10546fb14..2081cfed065 100644 --- a/sys/arch/vax/vsa/hdc9224.c +++ b/sys/arch/vax/vsa/hdc9224.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hdc9224.c,v 1.21 2007/06/20 20:13:41 miod Exp $ */ +/* $OpenBSD: hdc9224.c,v 1.22 2007/09/01 12:45:42 miod Exp $ */ /* $NetBSD: hdc9224.c,v 1.16 2001/07/26 15:05:09 wiz Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -78,7 +78,6 @@ #include <machine/uvax.h> #include <machine/ka410.h> #include <machine/vsbus.h> -#include <machine/rpb.h> #include <machine/scb.h> #include <arch/vax/mscp/mscp.h> /* For DEC disk encoding */ diff --git a/sys/arch/vax/vsa/if_le_vsbus.c b/sys/arch/vax/vsa/if_le_vsbus.c index cf4c7af3c8f..3a8812deb88 100644 --- a/sys/arch/vax/vsa/if_le_vsbus.c +++ b/sys/arch/vax/vsa/if_le_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_vsbus.c,v 1.9 2004/07/07 23:10:46 deraadt Exp $ */ +/* $OpenBSD: if_le_vsbus.c,v 1.10 2007/09/01 12:45:42 miod Exp $ */ /* $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $ */ /*- @@ -92,7 +92,6 @@ #include <machine/cpu.h> #include <machine/sid.h> #include <machine/scb.h> -#include <machine/rpb.h> #include <machine/bus.h> #include <machine/vsbus.h> |