From: J. German Rivera Date: Fri, 27 Mar 2015 21:01:08 +0000 (-0500) Subject: staging: fsl-mc: Refactored fsl_mc_object_allocator driver init/exit X-Git-Tag: omap-for-v4.2/o2_dc~155^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91ffa9ec18e79214eef9bafc400f5d3b8d4aa98;p=pandora-kernel.git staging: fsl-mc: Refactored fsl_mc_object_allocator driver init/exit The fsl_mc_allocator driver does not need to be its own module as it is tightly integrated into the MC bus main driver. It is really just a sub-component of the MC bus driver. By not making fsl_mc_allocator its own module, we can have more control of when its initialization happens and we want it to happen before any driver that depends on the MC bus driver gets initialized. Signed-off-by: J. German Rivera Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed