aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-10-05 10:09:17 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-10-05 10:09:17 +0000
commitf0796cd26c51af84618836d41f9e37a310323c6e (patch)
tree4da500a63f4294917b4cd16805f3184b105af0b7 /sys/net
parent2afb277f09e70f6f520d54a538a1459bcb8d16e4 (diff)
downloadsrc-f0796cd26c51af84618836d41f9e37a310323c6e.tar.gz
src-f0796cd26c51af84618836d41f9e37a310323c6e.zip
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
opt_device_polling.h - Include opt_device_polling.h into appropriate files. - Embrace with HAVE_KERNEL_OPTION_HEADERS the include in the files that can be compiled as loadable modules. Reviewed by: bde
Notes
Notes: svn path=/head/; revision=150968
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/netisr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/netisr.c b/sys/net/netisr.c
index 3ef16b892247..cfa14ef587dc 100644
--- a/sys/net/netisr.c
+++ b/sys/net/netisr.c
@@ -27,6 +27,7 @@
* $FreeBSD$
*/
+#include "opt_device_polling.h"
#include "opt_net.h"
#include <sys/param.h>