X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=kernel%2Frtmutex-debug.c;h=5aedbee014dfca7f2ebdce84e62d1c1bac87fab2;hb=ce6c131131df442f0d49d064129ecc52d9fe8ca9;hp=0c1faa950af7a21e3e582f679e788d3d8b91ade7;hpb=ca78f6baca863afe2e6a244a0fe94b3a70211d46;p=linux-2.6-omap-h63xx.git diff --git a/kernel/rtmutex-debug.c b/kernel/rtmutex-debug.c index 0c1faa950af..5aedbee014d 100644 --- a/kernel/rtmutex-debug.c +++ b/kernel/rtmutex-debug.c @@ -16,7 +16,6 @@ * * See rt.c in preempt-rt for proper credits and further information */ -#include #include #include #include @@ -30,12 +29,6 @@ #include "rtmutex_common.h" -#ifdef CONFIG_DEBUG_RT_MUTEXES -# include "rtmutex-debug.h" -#else -# include "rtmutex.h" -#endif - # define TRACE_WARN_ON(x) WARN_ON(x) # define TRACE_BUG_ON(x) BUG_ON(x)