rtmutex: Avoid include hell

Include only the required raw types. This avoids pulling in the
complete spinlock header which in turn requires rtmutex.h at some point.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2011-06-29 20:06:39 +02:00 committed by Alibek Omarov
parent 8d03371f8a
commit bbfb297717
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <linux/linkage.h>
#include <linux/rbtree.h>
#include <linux/spinlock_types.h>
#include <linux/spinlock_types_raw.h>
extern int max_lock_depth; /* for sysctl */