From d40443534c3cab2ea1435556c85ef38503eb63ac Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 22 Apr 2004 12:41:43 +0000 Subject: Add __user annotations from kernel --- linux-core/drmP.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux-core/drmP.h') 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 -- cgit v1.2.3