浏览代码

[MUTEX]: linux/mutex.h needs linux/linkage.h too

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 年之前
父节点
当前提交
a8b9ee7396
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/mutex.h

+ 1 - 0
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>