From: Barry Song Date: Thu, 11 Apr 2013 06:09:28 +0000 (+0800) Subject: dmaengine: sirf: move driver init from module_init to subsys_initcall X-Git-Tag: v3.10-rc1~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42361f20f29021bfee8d9b5f651362dca83fd705;p=pandora-kernel.git dmaengine: sirf: move driver init from module_init to subsys_initcall if we initilize dma driver by module_init, there are still many devices which will be initilized earlier than dma. these devices will fail to get dma channel. this moves dmaengine earlier than device_initcall and make dma available for all devices. Reported-by: Renwei Wu Signed-off-by: Barry Song Signed-off-by: Vinod Koul --- Reading git-diff-tree failed