From: Daniel Vetter Date: Thu, 23 Jan 2014 14:52:20 +0000 (+0100) Subject: drm: extract drm_modes.h for drm_crtc.h functions X-Git-Tag: v3.15-rc1~51^2~54^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55310008684309985110fdb99fa7b61c649778b2;p=pandora-kernel.git drm: extract drm_modes.h for drm_crtc.h functions I want to also include kerneldoc from the header (for static inline functions and structs), but fishing the right pieces out of a giant header is a real pain. So split things out. Note that it's not a really clean header with sane include orders, but given's drm historical knack for giant headers detangling this is a major task. v2: Also extract struct drm_cmdline_mode. Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed