summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorgdamore <gdamore@NetBSD.org>2006-09-02 22:53:02 +0000
committergdamore <gdamore@NetBSD.org>2006-09-02 22:53:02 +0000
commitb671de1aa93e7b9e39b86b2cab87e604213b4f42 (patch)
treecf2aad937e7da8e66185c12b2673d29a5e0e4e11 /sys
parentded7a4b611fd17d3a1ead7151645b79580ad6d78 (diff)
Remove pointless dependency upon evbmips/clockvar.h.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mips/alchemy/au_timer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mips/alchemy/au_timer.c b/sys/arch/mips/alchemy/au_timer.c
index c263bbf51cc..5065a6abe81 100644
--- a/sys/arch/mips/alchemy/au_timer.c
+++ b/sys/arch/mips/alchemy/au_timer.c
@@ -1,4 +1,4 @@
-/* $NetBSD: au_timer.c,v 1.4 2005/11/25 13:55:14 simonb Exp $ */
+/* $NetBSD: au_timer.c,v 1.5 2006/09/02 22:53:02 gdamore Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: au_timer.c,v 1.4 2005/11/25 13:55:14 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: au_timer.c,v 1.5 2006/09/02 22:53:02 gdamore Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -45,7 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: au_timer.c,v 1.4 2005/11/25 13:55:14 simonb Exp $");
#include <machine/bus.h>
#include <mips/locore.h>
-#include <evbmips/evbmips/clockvar.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>