Explorar o código

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

For FASTCALL() define.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller %!s(int64=19) %!d(string=hai) anos
pai
achega
8b4ad5e3ff
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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:
  */