mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04: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 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef __LINUX_MUTEX_DEBUG_H
|
||||
#define __LINUX_MUTEX_DEBUG_H
|
||||
|
||||
#include <linux/linkage.h>
|
||||
|
||||
/*
|
||||
* Mutexes - debugging helpers:
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue