diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-01-10 08:38:23 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-10 08:38:23 +0300 |
commit | 8b4ad5e3ff94409973e824716c65568f0d97364c (patch) | |
tree | 03db1ddd6d20095733ae0e02746d311813a315fe /include/linux/mutex-debug.h | |
parent | cdade109d36b5f958fdc93f31ae8b472afeab6ef (diff) | |
download | linux-8b4ad5e3ff94409973e824716c65568f0d97364c.tar.xz |
[MUTEX]: linux/mutex-debug.h needs linux/linkage.h
For FASTCALL() define.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mutex-debug.h')
-rw-r--r-- | include/linux/mutex-debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mutex-debug.h b/include/linux/mutex-debug.h index 0ccd8f983b50..8138d9eb58ec 100644 --- a/include/linux/mutex-debug.h +++ b/include/linux/mutex-debug.h @@ -1,6 +1,8 @@ #ifndef __LINUX_MUTEX_DEBUG_H #define __LINUX_MUTEX_DEBUG_H +#include <linux/linkage.h> + /* * Mutexes - debugging helpers: */ |