From: Daniel Vetter Date: Thu, 29 May 2014 17:25:55 +0000 (+0200) Subject: drm: Don't export internal module variables X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~88^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1bc07c5205193ff1d771f4ef23402ae1400d42a;p=pandora-kernel.git drm: Don't export internal module variables Drivers really have no business touching these. Noticed because exynose _did_ touch the vblank off delay, which could potentially affect other drivers. drm_debug is an exception since it's used in macros and inline functions. Note that this reduces the timeout on exynos from 50s to 5s. Apparently this was done to paper over a vblank get/put race in exynos, but really should be fixed properly somewhere else. Spotted by David. v2: Drop bonghits changes. Note to self: Don't submit patches before first coffee. Cc: Inki Dae Reviewed-by: David Herrmann Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed