[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1228892002.9542.4.camel@dd>
Date: Tue, 09 Dec 2008 22:53:22 -0800
From: Sven-Thorsten Dietrich <sven@...bigcorporation.com>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
linux-rt-users <linux-rt-users@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
Clark Williams <clark.williams@...il.com>,
Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Gregory Haskins <ghaskins@...ell.com>,
Darren Hart <dvhltc@...ibm.com>
Subject: Re: [PATCH][RT] Compile-time fix.
Compile-time fix.
Signed-off-by: Sven-Thorsten Dietrich <sdietrich@...e.de>
diff --git a/include/linux/mutex.h b/include/linux/mutex.h
index 585feed..b74fdc2 100644
--- a/include/linux/mutex.h
+++ b/include/linux/mutex.h
@@ -14,7 +14,7 @@
#include <linux/spinlock_types.h>
#include <linux/linkage.h>
#include <linux/lockdep.h>
-
+#include <linux/spinlock.h>
#include <asm/atomic.h>
/*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists