1
0
Fork 0

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: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
hifive-unleashed-5.1
Philipp Zabel 2015-10-29 09:59:34 +01:00
parent 0437838484
commit fddad17ed1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ err_alloc:
* our system, before we can even think of using a regular device
* 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", },
{ /* sentinel */ },
};