mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
[MUTEX]: linux/mutex-debug.h needs linux/linkage.h
For FASTCALL() define. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cdade109d3
commit
8b4ad5e3ff
@ -1,6 +1,8 @@
|
||||
#ifndef __LINUX_MUTEX_DEBUG_H
|
||||
#define __LINUX_MUTEX_DEBUG_H
|
||||
|
||||
#include <linux/linkage.h>
|
||||
|
||||
/*
|
||||
* Mutexes - debugging helpers:
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user