Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d422c451 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: lager: Make spi_flash_data const

parent ef5ecd1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ static struct mtd_partition spi_flash_part[] = {
	},
};

static struct flash_platform_data spi_flash_data = {
static const struct flash_platform_data spi_flash_data = {
	.name           = "m25p80",
	.parts          = spi_flash_part,
	.nr_parts       = ARRAY_SIZE(spi_flash_part),