aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/xmphy.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-05-30 17:57:46 +0000
commit41ee9f1c6918a36d2feca1640bde21b420618948 (patch)
treee147561ada8e64b118b1cc13a83c003f0aed2e8d /sys/dev/mii/xmphy.c
parentb3db79c7a129c923aa3471eb25abdeeb097a6b23 (diff)
downloadsrc-41ee9f1c6918a36d2feca1640bde21b420618948.tar.gz
src-41ee9f1c6918a36d2feca1640bde21b420618948.zip
Add some missing <sys/module.h> includes which are masked by the
one on death-row in <sys/kernel.h>
Notes
Notes: svn path=/head/; revision=129876
Diffstat (limited to 'sys/dev/mii/xmphy.c')
-rw-r--r--sys/dev/mii/xmphy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/xmphy.c b/sys/dev/mii/xmphy.c
index bba5f79ac622..1270c42c154a 100644
--- a/sys/dev/mii/xmphy.c
+++ b/sys/dev/mii/xmphy.c
@@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <sys/socket.h>
#include <sys/bus.h>