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 | |
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')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0002.c | 2 | ||||
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0020.c | 1 |
2 files changed, 2 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 | { |
diff --git a/drivers/mtd/chips/cfi_cmdset_0020.c b/drivers/mtd/chips/cfi_cmdset_0020.c index 37dd25536ca5..3911c98ba578 100644 --- a/drivers/mtd/chips/cfi_cmdset_0020.c +++ b/drivers/mtd/chips/cfi_cmdset_0020.c | |||
@@ -162,6 +162,7 @@ struct mtd_info *cfi_cmdset_0020(struct map_info *map, int primary) | |||
162 | 162 | ||
163 | return cfi_staa_setup(map); | 163 | return cfi_staa_setup(map); |
164 | } | 164 | } |
165 | EXPORT_SYMBOL_GPL(cfi_cmdset_0020); | ||
165 | 166 | ||
166 | static struct mtd_info *cfi_staa_setup(struct map_info *map) | 167 | static struct mtd_info *cfi_staa_setup(struct map_info *map) |
167 | { | 168 | { |