From 8bd441b27e85834533df26a7f1c2c9289303c5ef Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 23 Jan 2014 15:35:24 +0100 Subject: [PATCH] drm: move drm_mode related functions into drm_modes.c Makes more sense and gives better grouping in the DocBook function reference sections. To make this possible we need to expose two functions from drm_crtc.c though. To avoid further namespace pollution in the system wide headers create a new internal header for such drm internal symbols. I expect that longer-term we'll add tons more, but since my goal here is to polish the kerneldoc that's for another day. Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- Reading git-format-patch failed