diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-25 17:35:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-25 17:35:38 +0000 |
commit | 999755bd8c548c6d55d4b8af2bb43f9286b0e586 (patch) | |
tree | 584bfeefda028e9e49e3e293bf746b669273a50d /sys/dev/ic/ax88190.c | |
parent | eb6f7b4d0070223320a03e2d2aa5f8233add9b48 (diff) |
#include <machine/intr.h> is not necessary here.
Diffstat (limited to 'sys/dev/ic/ax88190.c')
-rw-r--r-- | sys/dev/ic/ax88190.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c index 9e3acfc87fb..e8651535597 100644 --- a/sys/dev/ic/ax88190.c +++ b/sys/dev/ic/ax88190.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ax88190.c,v 1.1 2001/08/18 16:15:39 aaron Exp $ */ +/* $OpenBSD: ax88190.c,v 1.2 2003/06/25 17:35:36 miod Exp $ */ /* $NetBSD$ */ /*- @@ -56,7 +56,6 @@ #endif #include <machine/bus.h> -#include <machine/intr.h> #include <dev/mii/miivar.h> #include <dev/mii/mii.h> |