char: constify of_device_id array
[deliverable/linux.git] / drivers / char / hw_random / pasemi-rng.c
index 3eb7bdd7f93bc31f39e70e7416b8ae85a46c7590..51cb1d5cc489773072edcaf637091172c55ef1fe 100644 (file)
@@ -133,7 +133,7 @@ static int rng_remove(struct platform_device *dev)
        return 0;
 }
 
-static struct of_device_id rng_match[] = {
+static const struct of_device_id rng_match[] = {
        { .compatible      = "1682m-rng", },
        { .compatible      = "pasemi,pwrficient-rng", },
        { },
This page took 0.028306 seconds and 5 git commands to generate.