aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-04-05 20:13:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-04-05 20:13:15 +0000
commit8aa9e82e670026111e498397d64f542e3c03c3d2 (patch)
tree23c34605b68e9beeecaf00d0c4b49c2a0e230399 /sys/dev/asmc
parent1ee1b6879200ab6df85efd8a509d9f092597908b (diff)
downloadsrc-8aa9e82e670026111e498397d64f542e3c03c3d2.tar.gz
src-8aa9e82e670026111e498397d64f542e3c03c3d2.zip
Move INTR_FILTER from opt_global.h to its own header.
Notes
Notes: svn path=/head/; revision=177941
Diffstat (limited to 'sys/dev/asmc')
-rw-r--r--sys/dev/asmc/asmc.c2
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>