From: Joonyoung Shim Date: Thu, 5 Apr 2012 11:49:26 +0000 (+0900) Subject: drm/exynos: fix struct for operation callback functions to driver name X-Git-Tag: v3.4-rc3~33^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578b6065adc8805a8774e4bf3145e18de123f8b2;p=pandora-kernel.git drm/exynos: fix struct for operation callback functions to driver name The mixer driver and hdmi driver have each operation callback functions and they is registered to hdmi common driver. Their struct names in hdmi common driver include display, manager and overlay. It confuses to appear whose operation and two driver cannot register same operation callback functions at the same time. Use their struct names to driver name. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed