Module Name: src Committed By: maya Date: Tue Jul 12 17:04:22 UTC 2016
Modified Files: src/sys/arch/mips/atheros/dev: ehci_arbus.c Log Message: Include <mips/locore.h> for badaddr. Fixes mipseb DB120 kernel build. ok skrll@ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/atheros/dev/ehci_arbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/atheros/dev/ehci_arbus.c diff -u src/sys/arch/mips/atheros/dev/ehci_arbus.c:1.6 src/sys/arch/mips/atheros/dev/ehci_arbus.c:1.7 --- src/sys/arch/mips/atheros/dev/ehci_arbus.c:1.6 Sat Apr 23 10:15:29 2016 +++ src/sys/arch/mips/atheros/dev/ehci_arbus.c Tue Jul 12 17:04:21 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: ehci_arbus.c,v 1.6 2016/04/23 10:15:29 skrll Exp $ */ +/* $NetBSD: ehci_arbus.c,v 1.7 2016/07/12 17:04:21 maya Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.6 2016/04/23 10:15:29 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.7 2016/07/12 17:04:21 maya Exp $"); #include "locators.h" @@ -39,6 +39,7 @@ __KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c #include <sys/device.h> #include <sys/systm.h> +#include <mips/locore.h> #include <mips/atheros/include/ar9344reg.h> #include <mips/atheros/include/arbusvar.h>