Skip to content

Commit

Permalink
[MUTEX]: linux/mutex.h needs linux/linkage.h too
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jan 11, 2006
1 parent 05f6ece commit a8b9ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <linux/list.h>
#include <linux/spinlock_types.h>
#include <linux/linkage.h>

#include <asm/atomic.h>

Expand Down

0 comments on commit a8b9ee7

Please sign in to comment.