diff options
| author | Dave Airlie <airlied@linux.ie> | 2004-04-22 12:41:43 +0000 |
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2004-04-22 12:41:43 +0000 |
| commit | d40443534c3cab2ea1435556c85ef38503eb63ac (patch) | |
| tree | 2007a9ed5ef48690568010687ab373057606fc8c /linux-core/drmP.h | |
| parent | 87812e82f45d5ca81fd0603d6bd54854831c9174 (diff) | |
Add __user annotations from kernel
Diffstat (limited to 'linux-core/drmP.h')
| -rw-r--r-- | linux-core/drmP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index e30dd6d9..a06086eb 100644 --- a/linux-core/drmP.h +++ b/linux-core/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 |
