aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat/linux/pm_qos.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/linux/pm_qos.h')
-rwxr-xr-xinclude/compat/linux/pm_qos.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/compat/linux/pm_qos.h b/include/compat/linux/pm_qos.h
deleted file mode 100755
index c58c1c1..0000000
--- a/include/compat/linux/pm_qos.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _COMPAT_LINUX_PM_QOS_H
-#define _COMPAT_LINUX_PM_QOS_H 1
-
-#include <linux/version.h>
-
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0))
-#include_next <linux/pm_qos.h>
-#else
-#include <linux/pm_qos_params.h>
-#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) */
-
-#endif /* _COMPAT_LINUX_PM_QOS_H */