[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
|
#ifndef __LINUX_MUTEX_DEBUG_H
|
||||||
#define __LINUX_MUTEX_DEBUG_H
|
#define __LINUX_MUTEX_DEBUG_H
|
||||||
|
|
||||||
|
#include <linux/linkage.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mutexes - debugging helpers:
|
* Mutexes - debugging helpers:
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue