Module Name: src
Committed By: matt
Date: Fri Jun 26 22:16:27 UTC 2015
Modified Files:
src/sys/arch/hpcmips/dev: ucbsnd.c
Log Message:
Cleanup includes
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hpcmips/dev/ucbsnd.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/hpcmips/dev/ucbsnd.c
diff -u src/sys/arch/hpcmips/dev/ucbsnd.c:1.23 src/sys/arch/hpcmips/dev/ucbsnd.c:1.24
--- src/sys/arch/hpcmips/dev/ucbsnd.c:1.23 Fri Jul 25 08:10:33 2014
+++ src/sys/arch/hpcmips/dev/ucbsnd.c Fri Jun 26 22:16:27 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ucbsnd.c,v 1.23 2014/07/25 08:10:33 dholland Exp $ */
+/* $NetBSD: ucbsnd.c,v 1.24 2015/06/26 22:16:27 matt Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucbsnd.c,v 1.23 2014/07/25 08:10:33 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucbsnd.c,v 1.24 2015/06/26 22:16:27 matt Exp $");
#include "opt_use_poll.h"
@@ -48,12 +48,12 @@ __KERNEL_RCSID(0, "$NetBSD: ucbsnd.c,v 1
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/endian.h>
+#include <sys/bus.h>
+#include <sys/intr.h>
+#include <mips/locore.h>
#include <mips/cache.h>
-#include <machine/bus.h>
-#include <machine/intr.h>
-
#include <hpcmips/tx/tx39var.h>
#include <hpcmips/tx/tx39sibvar.h>
#include <hpcmips/tx/tx39sibreg.h>