diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-19 02:59:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-19 02:59:34 +0000 |
commit | 665cbf9fac61158be10859f4301dbac1e617b213 (patch) | |
tree | b0446bd5f9f5eb9c4b093adbcc94a2eefbc625d3 /sys/dev/tx | |
parent | 443c2037afd951d6231c7d9048d8fc1d8ec5e134 (diff) | |
download | FreeBSD-src-665cbf9fac61158be10859f4301dbac1e617b213.zip FreeBSD-src-665cbf9fac61158be10859f4301dbac1e617b213.tar.gz |
Remove miidevs.h and generate it from miidevs at compile time.
The devlist2h.awk tool to do this has been repocopied to sys/tools/.
Diffstat (limited to 'sys/dev/tx')
-rw-r--r-- | sys/dev/tx/if_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 51690e4..189a69e 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -72,7 +72,7 @@ #include <dev/mii/mii.h> #include <dev/mii/miivar.h> -#include <dev/mii/miidevs.h> +#include "miidevs.h" #include <dev/mii/lxtphyreg.h> |