diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 00:15:16 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 00:15:16 -0800 |
commit | a8b9ee7396ccc8db3bdb4108993556acbe2d3527 (patch) | |
tree | e73cf2abc7b2317523d1fd53e4a0aebdec6447ea /include/linux/mutex.h | |
parent | 05f6ece6f37f987e9de643f6f76e8fb5d5b9e014 (diff) | |
download | kernel_samsung_smdk4412-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.zip kernel_samsung_smdk4412-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.tar.gz kernel_samsung_smdk4412-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.tar.bz2 |
[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 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> |