summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drmP.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 068482c0..8d3f0325 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -267,6 +267,10 @@ static inline struct class_simple *class_simple_create(struct module *owner, cha
#define __user
#endif
+#ifndef __put_page
+#define __put_page(p) atomic_dec(&(p)->count)
+#endif
+
#ifndef REMAP_PAGE_RANGE_5_ARGS
#define DRM_RPR_ARG(vma)
#else