]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/rtmutex-debug.c
[ARM] 4550/1: sched_clock on PXA should cope with run time clock rate selection
[linux-2.6-omap-h63xx.git] / kernel / rtmutex-debug.c
index 0c1faa950af7a21e3e582f679e788d3d8b91ade7..5aedbee014dfca7f2ebdce84e62d1c1bac87fab2 100644 (file)
@@ -16,7 +16,6 @@
  *
  * See rt.c in preempt-rt for proper credits and further information
  */
-#include <linux/config.h>
 #include <linux/sched.h>
 #include <linux/delay.h>
 #include <linux/module.h>
 
 #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)