Module Name: src
Committed By: uebayasi
Date: Tue Nov 16 09:35:14 UTC 2010
Modified Files:
src/sys/arch/hppa/include: mutex.h
Log Message:
sys/mutex.h includes machine/intr.h via sys/intr.h, so no need here.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/include/mutex.h
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/hppa/include/mutex.h
diff -u src/sys/arch/hppa/include/mutex.h:1.10 src/sys/arch/hppa/include/mutex.h:1.11
--- src/sys/arch/hppa/include/mutex.h:1.10 Sun Nov 14 03:16:04 2010
+++ src/sys/arch/hppa/include/mutex.h Tue Nov 16 09:35:14 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: mutex.h,v 1.10 2010/11/14 03:16:04 uebayasi Exp $ */
+/* $NetBSD: mutex.h,v 1.11 2010/11/16 09:35:14 uebayasi Exp $ */
/*-
* Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -42,7 +42,6 @@
#ifndef __ASSEMBLER__
-#include <machine/intr.h>
#include <machine/lock.h>
struct kmutex {