Merge 4.6-rc7 into staging-next
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index daba7ebb969903d11dbf6d20a0e932bfc922f128..5d7a7c4f51362575fe94abeccf0f4808bae5b511 100644 (file)
@@ -3577,11 +3577,6 @@ static inline i915_reg_t i915_vgacntrl_reg(struct drm_device *dev)
                return VGACNTRL;
 }
 
-static inline void __user *to_user_ptr(u64 address)
-{
-       return (void __user *)(uintptr_t)address;
-}
-
 static inline unsigned long msecs_to_jiffies_timeout(const unsigned int m)
 {
        unsigned long j = msecs_to_jiffies(m);
This page took 0.025255 seconds and 5 git commands to generate.