drm: Add some missing forward declarations
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 21 Nov 2012 14:00:47 +0000 (15:00 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Fri, 22 Feb 2013 07:20:03 +0000 (08:20 +0100)
The drm_file and drm_clip_rect structures are used throughout the file
but they are never declared nor pulled in through an include. Add
forward declarations to make them available.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
include/drm/drm_crtc.h

Simple merge