Re: [PATCH 09/30] ARM: omap2: export functions used by nand driver

2011-10-03 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [111002 07:13]: The omap nand driver uses the gpmc_enable_hwecc and gpmc_calculate_ecc functions from the platform code, but can be built as a module. This only works if the functions are exported. Signed-off-by: Arnd Bergmann a...@arndb.de Acked-by: Tony

[PATCH 09/30] ARM: omap2: export functions used by nand driver

2011-10-02 Thread Arnd Bergmann
The omap nand driver uses the gpmc_enable_hwecc and gpmc_calculate_ecc functions from the platform code, but can be built as a module. This only works if the functions are exported. Signed-off-by: Arnd Bergmann a...@arndb.de --- arch/arm/mach-omap2/gpmc.c |2 ++ 1 files changed, 2