diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 03:15:16 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 03:15:16 -0500 |
commit | a8b9ee7396ccc8db3bdb4108993556acbe2d3527 (patch) | |
tree | e73cf2abc7b2317523d1fd53e4a0aebdec6447ea /include/linux/mutex.h | |
parent | 05f6ece6f37f987e9de643f6f76e8fb5d5b9e014 (diff) |
[MUTEX]: linux/mutex.h needs linux/linkage.h too
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mutex.h')
-rw-r--r-- | include/linux/mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mutex.h b/include/linux/mutex.h index 9bce0fee68d4..f1c84b1252f5 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | #include <linux/list.h> | 13 | #include <linux/list.h> |
14 | #include <linux/spinlock_types.h> | 14 | #include <linux/spinlock_types.h> |
15 | #include <linux/linkage.h> | ||
15 | 16 | ||
16 | #include <asm/atomic.h> | 17 | #include <asm/atomic.h> |
17 | 18 | ||