diff options
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index e30dd6d9..a06086eb 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -261,6 +261,10 @@ static inline struct class_simple *class_simple_create(struct module *owner, cha #endif +#ifndef __user +#define __user +#endif + #ifndef REMAP_PAGE_RANGE_5_ARGS #define DRM_RPR_ARG(vma) #else |