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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-01-11 00:15:16 -08:00
parent 05f6ece6f3
commit a8b9ee7396

View file

@ -12,6 +12,7 @@
#include <linux/list.h>
#include <linux/spinlock_types.h>
#include <linux/linkage.h>
#include <asm/atomic.h>