From: Archit Taneja Date: Fri, 7 Sep 2012 12:14:51 +0000 (+0530) Subject: OMAPDSS: Remove manager->device references X-Git-Tag: v3.7-rc1~48^2~1^2~2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794bc4eefa10fbc80e6ad29de1bc42424efde608;p=pandora-kernel.git OMAPDSS: Remove manager->device references With the introduction of output entities, managers will now connect to outputs. Create helper ops for overlays and managers named get_device. This will abstract away the information on how to get the device from an overlay or an overlay manager. The get_device ops currently retrieve the output via a ovl->manager->device reference. This will be later replaced by ovl->manager->output->device references. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed