diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-08 17:58:25 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-08 17:58:25 -0400 |
commit | 83ea4ef213628683e5a63f2987a91044ab868051 (patch) | |
tree | 7667c3eec45bee9a24128a93da373ca838e7807c /drivers/mtd/chips/cfi_cmdset_0002.c | |
parent | 6f18a022fb311f07f3b32f2c0e1b5c9477dc4439 (diff) |
Export cfi_cmdset_0020 and cfi_cmdset_0002 with EXPORT_SYMBOL_GPL
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/chips/cfi_cmdset_0002.c')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0002.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index 26fb63ec67fa..3aeb0c79e714 100644 --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c | |||
@@ -326,7 +326,7 @@ struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) | |||
326 | 326 | ||
327 | return cfi_amdstd_setup(mtd); | 327 | return cfi_amdstd_setup(mtd); |
328 | } | 328 | } |
329 | EXPORT_SYMBOL(cfi_cmdset_0002); | 329 | EXPORT_SYMBOL_GPL(cfi_cmdset_0002); |
330 | 330 | ||
331 | static struct mtd_info *cfi_amdstd_setup(struct mtd_info *mtd) | 331 | static struct mtd_info *cfi_amdstd_setup(struct mtd_info *mtd) |
332 | { | 332 | { |