diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-04-05 20:13:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-04-05 20:13:15 +0000 |
| commit | 8aa9e82e670026111e498397d64f542e3c03c3d2 (patch) | |
| tree | 23c34605b68e9beeecaf00d0c4b49c2a0e230399 /sys/dev/asmc | |
| parent | 1ee1b6879200ab6df85efd8a509d9f092597908b (diff) | |
Notes
Diffstat (limited to 'sys/dev/asmc')
| -rw-r--r-- | sys/dev/asmc/asmc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 81c9a1cc1640..5a9114de7e45 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -35,6 +35,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_intr_filter.h" + #include <sys/param.h> #include <sys/bus.h> #include <sys/conf.h> |
