From: Daniel Vetter Date: Wed, 29 Oct 2014 09:03:57 +0000 (+0100) Subject: drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~75^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb9ae4fd82ebc9759bc59998c88c385d35496fe;p=pandora-kernel.git drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h Just a bit of OCD cleanup on headers - this function isn't the core interface any more but just a helper for drivers who haven't yet transitioned to universal planes. Put the declaration at the right spot and sprinkle necessary #includes over all drivers. Maybe this helps to encourage driver maintainers to do the switch. v2: Fix #include ordering for tegra, reported by 0-day builder. v3: Include required headers, reported by Thierry. Cc: Matt Roper Cc: Thierry Reding Reviewed-by: Matt Roper Reviewed-by: Sean Paul Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed