diff options
| -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 | { |
