diff options
Diffstat (limited to 'sys/arch/sgi/include/bus.h')
-rw-r--r-- | sys/arch/sgi/include/bus.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sgi/include/bus.h b/sys/arch/sgi/include/bus.h index b1ed0bbf8be..1a47d7e57f5 100644 --- a/sys/arch/sgi/include/bus.h +++ b/sys/arch/sgi/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.7 2007/11/27 14:11:06 jsing Exp $ */ +/* $OpenBSD: bus.h,v 1.8 2008/02/20 19:13:38 miod Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB Sweden. All rights reserved. @@ -27,8 +27,6 @@ #ifndef _MACHINE_BUS_H_ #define _MACHINE_BUS_H_ -#include <machine/pio.h> - #ifdef __STDC__ #define CAT(a,b) a##b #define CAT3(a,b,c) a##b##c |