Merge branch 'next/drivers' into HEAD
[deliverable/linux.git] / drivers / staging / csr / csr_framework_ext.c
index 12e7ddf3220a1598bea6c06bd773ba8956fd323b..f91a4bf4e68fb6f18c9c8890a7b5bc24d703c8e4 100644 (file)
 #include <linux/version.h>
 #include <linux/kthread.h>
 #include <linux/module.h>
-
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 34)
-#include <linux/slab.h>
-#endif
-
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 19)
 #include <linux/freezer.h>
-#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27)
-#include <asm/semaphore.h>
-#else
 #include <linux/semaphore.h>
-#endif
-
+#include <linux/slab.h>
 #include <linux/bitops.h>
 
 #include "csr_framework_ext.h"
This page took 0.026238 seconds and 5 git commands to generate.