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

Commit 1253585d authored by Barry Song's avatar Barry Song Committed by Linus Walleij
Browse files

pinctrl: sirf: mark of_device_id match table as __devinitconst

parent f8f5701b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1184,7 +1184,7 @@ static int __devinit sirfsoc_pinmux_probe(struct platform_device *pdev)
	return ret;
}

static const struct of_device_id pinmux_ids[]  = {
static const struct of_device_id pinmux_ids[] __devinitconst = {
	{ .compatible = "sirf,prima2-gpio-pinmux" },
	{}
};