From: Javier Martinez Canillas Date: Thu, 14 Mar 2013 15:09:21 +0000 (+0100) Subject: ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child() X-Git-Tag: omap-for-v3.10/gpmc-signed^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af91cf7016bdfce9a6a0343ab942302e98e8f3d;p=pandora-kernel.git ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child() The gpmc_probe_nor_child() function is used in the GPMC driver to configure the GPMC for a NOR child device node. But this function is quite generic and all the NOR specific configuration is made by the driver of the actual NOR flash memory used. Other Pseudo-SRAM devices such as ethernet controllers need a similar setup so by making this function generic it can be used for those too. Signed-off-by: Javier Martinez Canillas Signed-off-by: Jon Hunter --- Reading git-diff-tree failed