summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/ts5500_flash.c
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-08-28 10:24:57 +0200
committerRichard Weinberger <richard@nod.at>2017-11-06 23:26:01 +0100
commitd4906688d49150eb77ddc9baafc3ea14bc158f03 (patch)
tree280508adb925be23bb42a939d0788add394c7ea8 /drivers/mtd/maps/ts5500_flash.c
parentmtd: plat-ram: Replace manual resource management by devm (diff)
downloadlinux-d4906688d49150eb77ddc9baafc3ea14bc158f03.tar.xz
linux-d4906688d49150eb77ddc9baafc3ea14bc158f03.zip
mtd: constify mtd_partition
mtd_partition are not supposed to change at runtime. Functions 'mtd_device_parse_register' working with const mtd_partition provided by <linux/mtd/mtd.h>. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/maps/ts5500_flash.c')
-rw-r--r--drivers/mtd/maps/ts5500_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/ts5500_flash.c b/drivers/mtd/maps/ts5500_flash.c
index 9969fedb1f13..8f177e0acb8c 100644
--- a/drivers/mtd/maps/ts5500_flash.c
+++ b/drivers/mtd/maps/ts5500_flash.c
@@ -43,7 +43,7 @@ static struct map_info ts5500_map = {
.phys = WINDOW_ADDR
};
-static struct mtd_partition ts5500_partitions[] = {
+static const struct mtd_partition ts5500_partitions[] = {
{
.name = "Drive A",
.offset = 0,