diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 113a985d4a75..44a7d4c9b39a 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -221,10 +221,10 @@ __FBSDID("$FreeBSD$"); #include #include -#include /* Definitions for the Intel chip */ /* was 1000 in original, fed to DELAY(x) */ #define DELAYCONST 1000 +#include /* Definitions for the Intel chip */ #include #include diff --git a/sys/i386/isa/ic/if_wl_i82586.h b/sys/dev/wl/if_wl_i82586.h similarity index 100% rename from sys/i386/isa/ic/if_wl_i82586.h rename to sys/dev/wl/if_wl_i82586.h