Commit fddad17e authored by Philipp Zabel's avatar Philipp Zabel

reset: sunxi: mark the of_device_id array as __initconst

Since this array is static const, it should be marked as __initconst.
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 04378384
...@@ -122,7 +122,7 @@ static int sunxi_reset_init(struct device_node *np) ...@@ -122,7 +122,7 @@ static int sunxi_reset_init(struct device_node *np)
* our system, before we can even think of using a regular device * our system, before we can even think of using a regular device
* driver for it. * driver for it.
*/ */
static const struct of_device_id sunxi_early_reset_dt_ids[] __initdata = { static const struct of_device_id sunxi_early_reset_dt_ids[] __initconst = {
{ .compatible = "allwinner,sun6i-a31-ahb1-reset", }, { .compatible = "allwinner,sun6i-a31-ahb1-reset", },
{ /* sentinel */ }, { /* sentinel */ },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment