diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-08 20:17:06 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-08 20:17:06 +0000 |
commit | 69b5b2011e2f51ec93eb52033ed1901f0f6391e7 (patch) | |
tree | 7c60a31347951150855299f76ddf84dad34ed24a /sys/dev/ic/elink3.c | |
parent | fac3d2b0caa4947c9feab4ec7bf3a6fee07a2980 (diff) |
no need for an explicit machine/intr.h; tested on alpha, i386, sparc
Diffstat (limited to 'sys/dev/ic/elink3.c')
-rw-r--r-- | sys/dev/ic/elink3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index a9c1e6d598a..430b331d930 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.59 2002/06/09 02:52:44 fgsch Exp $ */ +/* $OpenBSD: elink3.c,v 1.60 2003/07/08 20:17:05 mickey Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -65,7 +65,6 @@ #include <machine/cpu.h> #include <machine/bus.h> -#include <machine/intr.h> #include <dev/mii/mii.h> #include <dev/mii/miivar.h> |