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

Commit cb3346ac authored by Jingoo Han's avatar Jingoo Han Committed by Brian Norris
Browse files

mtd: orion_nand: Make of_device_id array const



Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 17754ad6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ static int orion_nand_remove(struct platform_device *pdev)
}

#ifdef CONFIG_OF
static struct of_device_id orion_nand_of_match_table[] = {
static const struct of_device_id orion_nand_of_match_table[] = {
	{ .compatible = "marvell,orion-nand", },
	{},
};