From: Tomi Valkeinen Date: Thu, 4 Jun 2015 11:12:16 +0000 (+0300) Subject: OMAPDSS: remove uses of __init/__exit X-Git-Tag: omap-for-v4.2/fixes-rc1^2~148^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede9269572da9206249f02ebe031ded025b84fd3;p=pandora-kernel.git OMAPDSS: remove uses of __init/__exit The following patches will add component handling to omapdss, improving the handling of deferred probing. However, at the moment we're using quite a lot of __inits and __exits in the driver, which prevent normal dynamic probing and removal. This patch removes most of the uses of __init and __exit, so that we can register drivers after module init, and so that we can unregister drivers even if the module is built-in. Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart --- Reading git-diff-tree failed