aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/amphy.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/amphy.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/amphy.c')
-rw-r--r--sys/dev/mii/amphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/amphy.c b/sys/dev/mii/amphy.c
index 83d96169efe1..cb5ea5503a69 100644
--- a/sys/dev/mii/amphy.c
+++ b/sys/dev/mii/amphy.c
@@ -49,7 +49,7 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
-#include <dev/mii/miidevs.h>
+#include "miidevs.h"
#include <dev/mii/amphyreg.h>