diff options
Diffstat (limited to 'sys/mips/atheros/ar71xx_chip.c')
-rw-r--r-- | sys/mips/atheros/ar71xx_chip.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/mips/atheros/ar71xx_chip.c b/sys/mips/atheros/ar71xx_chip.c index 4a489a1..7f9792f 100644 --- a/sys/mips/atheros/ar71xx_chip.c +++ b/sys/mips/atheros/ar71xx_chip.c @@ -27,11 +27,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <sys/param.h> -#include <machine/cpuregs.h> - -#include <mips/sentry5/s5reg.h> - #include "opt_ddb.h" #include <sys/param.h> @@ -50,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <machine/clock.h> #include <machine/cpu.h> +#include <machine/cpuregs.h> #include <machine/hwfunc.h> #include <machine/md_var.h> #include <machine/trap.h> @@ -61,6 +57,8 @@ __FBSDID("$FreeBSD$"); #include <mips/atheros/ar71xx_cpudef.h> +#include <mips/sentry5/s5reg.h> + /* XXX these should replace the current definitions in ar71xxreg.h */ /* XXX perhaps an ar71xx_chip.h header file? */ #define AR71XX_PLL_REG_CPU_CONFIG AR71XX_PLL_CPU_BASE + 0x00 |