summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e536110)
raw | patch | inline | side by side (parent: e536110)
author | Philip, Avinash <avinashphilip@ti.com> | |
Wed, 2 Nov 2011 09:43:04 +0000 (15:13 +0530) | ||
committer | Vaibhav Hiremath <hvaibhav@ti.com> | |
Mon, 23 Jan 2012 19:14:22 +0000 (00:44 +0530) |
This patch fixes build error of NAND module due to unknown symbols from
gpmc module and is fixed through EXPORT_SYMBOL from gpmc module.
Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
gpmc module and is fixed through EXPORT_SYMBOL from gpmc module.
Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
arch/arm/mach-omap2/gpmc.c | patch | blob | history |
index 838e58f9dae0c617b90d5849656a2be967bf66f9..a3174660acc8a8eeb20043128a94186976c9c179 100644 (file)
return 0;
}
+EXPORT_SYMBOL(gpmc_enable_hwecc);
/**
* gpmc_calculate_ecc - generate non-inverted ecc bytes
return 0;
}
+EXPORT_SYMBOL(gpmc_calculate_ecc);