Browse Source

[MUTEX]: linux/mutex-debug.h needs linux/linkage.h

For FASTCALL() define.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 năm trước cách đây
mục cha
commit
8b4ad5e3ff
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      include/linux/mutex-debug.h

+ 2 - 0
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:
  */