From: Tvrtko Ursulin Date: Fri, 8 May 2015 12:02:36 +0000 (+0100) Subject: drm/i915: Remove duplicated intel_tile_height declaration X-Git-Tag: v5.15~15494^2~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2eb49a69b47fb6d8dd17ad3d75620f6ed3f3e0b8;p=platform%2Fkernel%2Flinux-starfive.git drm/i915: Remove duplicated intel_tile_height declaration Signed-off-by: Tvrtko Ursulin Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index 638fc45..2926222 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h @@ -1067,9 +1067,6 @@ intel_rotation_90_or_270(unsigned int rotation) return rotation & (BIT(DRM_ROTATE_90) | BIT(DRM_ROTATE_270)); } -unsigned int -intel_tile_height(struct drm_device *dev, uint32_t bits_per_pixel, - uint64_t fb_modifier); void intel_create_rotation_property(struct drm_device *dev, struct intel_plane *plane);