From: Prabhakar Kushwaha Date: Fri, 17 Jan 2014 05:45:16 +0000 (+0530) Subject: driver/memory:Move Freescale IFC driver to a common driver X-Git-Tag: v3.15-rc1~141^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ae2e20fbdde5a65f3a5a153044ab1e5c53f7cc;p=pandora-kernel.git driver/memory:Move Freescale IFC driver to a common driver Freescale IFC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the driver to driver/memory and fix the header file includes. Also remove module_platform_driver() and instead call platform_driver_register() from subsys_initcall() to make sure this module has been loaded before MTD partition parsing starts. Signed-off-by: Prabhakar Kushwaha Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed