commit | 595887eb90b7e74a3e276b8f17d35236d85b0d37 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Wed Nov 21 15:00:47 2012 +0100 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Fri Feb 22 08:20:03 2013 +0100 |
tree | 0c06f44d572ef36abb9b69bc19ed2dc2dea2fa7c | |
parent | a6b21831772db4088bca770dc99697356e82a7e2 [diff] |
drm: Add some missing forward declarations 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>