aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
-rw-r--r--drivers/mtd/lpddr/lpddr_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/lpddr/lpddr_cmds.c b/drivers/mtd/lpddr/lpddr_cmds.c
index d3cfe26beeaa..2ef19aa0086b 100644
--- a/drivers/mtd/lpddr/lpddr_cmds.c
+++ b/drivers/mtd/lpddr/lpddr_cmds.c
@@ -703,7 +703,7 @@ static int lpddr_erase(struct mtd_info *mtd, struct erase_info *instr)
703 703
704#define DO_XXLOCK_LOCK 1 704#define DO_XXLOCK_LOCK 1
705#define DO_XXLOCK_UNLOCK 2 705#define DO_XXLOCK_UNLOCK 2
706int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) 706static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk)
707{ 707{
708 int ret = 0; 708 int ret = 0;
709 struct map_info *map = mtd->priv; 709 struct map_info *map = mtd->priv;