diff options
Diffstat (limited to 'include/linux/mtd/cfi.h')
-rw-r--r-- | include/linux/mtd/cfi.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/mtd/cfi.h b/include/linux/mtd/cfi.h index 3058917d7b92..ee5124ec319e 100644 --- a/include/linux/mtd/cfi.h +++ b/include/linux/mtd/cfi.h | |||
@@ -483,12 +483,12 @@ static inline void cfi_udelay(int us) | |||
483 | } | 483 | } |
484 | } | 484 | } |
485 | 485 | ||
486 | int __xipram qry_present(struct map_info *map, __u32 base, | 486 | int __xipram cfi_qry_present(struct map_info *map, __u32 base, |
487 | struct cfi_private *cfi); | 487 | struct cfi_private *cfi); |
488 | int __xipram qry_mode_on(uint32_t base, struct map_info *map, | 488 | int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, |
489 | struct cfi_private *cfi); | 489 | struct cfi_private *cfi); |
490 | void __xipram qry_mode_off(uint32_t base, struct map_info *map, | 490 | void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, |
491 | struct cfi_private *cfi); | 491 | struct cfi_private *cfi); |
492 | 492 | ||
493 | struct cfi_extquery *cfi_read_pri(struct map_info *map, uint16_t adr, uint16_t size, | 493 | struct cfi_extquery *cfi_read_pri(struct map_info *map, uint16_t adr, uint16_t size, |
494 | const char* name); | 494 | const char* name); |