From: Andrzej Hajda Date: Thu, 13 Nov 2014 07:37:57 +0000 (+0900) Subject: drm/exynos: remove ifdeferry from initialization code X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~27^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7239067795dc03be5b152034558bed0bb9c73ab3;p=pandora-kernel.git drm/exynos: remove ifdeferry from initialization code The patch replaces separate calls to driver (de)registration by loops over the array of drivers. As a result it significantly decreases number of ifdefs. Additionally it moves device registration related ifdefs to header file. Changelog v2: - Rebased. - Consider non kms driver in respect to infinite loop issue. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed