commit | a8b9ee7396ccc8db3bdb4108993556acbe2d3527 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Wed Jan 11 00:15:16 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Jan 11 00:15:16 2006 -0800 |
tree | e73cf2abc7b2317523d1fd53e4a0aebdec6447ea | |
parent | 05f6ece6f37f987e9de643f6f76e8fb5d5b9e014 [diff] |
[MUTEX]: linux/mutex.h needs linux/linkage.h too Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/mutex.h b/include/linux/mutex.h index 9bce0fe..f1c84b1 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h
@@ -12,6 +12,7 @@ #include <linux/list.h> #include <linux/spinlock_types.h> +#include <linux/linkage.h> #include <asm/atomic.h>