diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-20 01:56:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-20 01:56:33 +0000 |
commit | a609729fa7becf2ca9ea0bb616e70e1ce25ba0fb (patch) | |
tree | d2094fcf725f8dfa3c0af8e888cfb495f408c146 /sys/dev/isa | |
parent | 42a3bd05c8528684af78c4db9d3be6fcdebbb0a0 (diff) |
no need for these to sit in their own dirs, there not gonna be any sources there anyway, all code is in the particular bus adapter's source
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/isavar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 83185aa53c5..5b4b0dbd997 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isavar.h,v 1.44 2002/06/30 16:05:59 miod Exp $ */ +/* $OpenBSD: isavar.h,v 1.45 2002/12/20 01:56:32 mickey Exp $ */ /* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */ /*- @@ -148,7 +148,7 @@ struct isabus_attach_args; #endif #endif #ifdef __hppa__ -#include <hppa/isa/isa_machdep.h> +#include <hppa/include/isa_machdep.h> #endif #include "isapnp.h" |