aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsgphy.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-01-19 02:59:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-01-19 02:59:34 +0000
commit2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911 (patch)
treeb0446bd5f9f5eb9c4b093adbcc94a2eefbc625d3 /sys/dev/mii/nsgphy.c
parent071e00759327a9d2fb0b7b154a13e1ff5c2297a9 (diff)
downloadsrc-2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911.tar.gz
src-2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911.zip
Remove miidevs.h and generate it from miidevs at compile time.
The devlist2h.awk tool to do this has been repocopied to sys/tools/.
Notes
Notes: svn path=/head/; revision=109514
Diffstat (limited to 'sys/dev/mii/nsgphy.c')
-rw-r--r--sys/dev/mii/nsgphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c
index 6964f739308d..0aff7c99ddfd 100644
--- a/sys/dev/mii/nsgphy.c
+++ b/sys/dev/mii/nsgphy.c
@@ -66,7 +66,7 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
-#include <dev/mii/miidevs.h>
+#include "miidevs.h"
#include <dev/mii/nsgphyreg.h>