aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat/linux/pm_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/linux/pm_runtime.h')
-rwxr-xr-xinclude/compat/linux/pm_runtime.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/compat/linux/pm_runtime.h b/include/compat/linux/pm_runtime.h
deleted file mode 100755
index eec965b..0000000
--- a/include/compat/linux/pm_runtime.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <linux/version.h>
-
-#ifndef __COMPAT_LINUX_PM_RUNTIME_H
-#define __COMPAT_LINUX_PM_RUNTIME_H
-
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))
-#include_next <linux/pm_runtime.h>
-#else
-
-static inline void pm_runtime_enable(struct device *dev) {}
-
-#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)) */
-
-#endif