Re: [PATCH][RT] Compile-time fix.

From: Sven-Thorsten Dietrich
Date: Wed Dec 10 2008 - 01:53:42 EST



Compile-time fix.

Signed-off-by: Sven-Thorsten Dietrich <sdietrich@xxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/