From: Daniel Vetter Date: Wed, 10 Sep 2014 10:43:53 +0000 (+0200) Subject: drm: Move piles of functions from drmP.h to drm_internal.h X-Git-Tag: fixes-against-v3.18-rc2~73^2~38^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67d0ec4e885cd2af861a14bb9bd59fd23e9644ae;p=pandora-kernel.git drm: Move piles of functions from drmP.h to drm_internal.h This way drivers can't grow crazy ideas any more, and it also helps a bit in reviewing EXPORT_SYMBOLS. v2: Even more stuff. Unfortunately we can't move drm_vm_open_locked because exynos does some horrible stuff with it. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed