These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / powerpc / platforms / powernv / rng.c
index 6eb808f..5dcbdea 100644 (file)
@@ -128,7 +128,7 @@ static __init int rng_create(struct device_node *dn)
 
        pr_info_once("Registering arch random hook.\n");
 
-       ppc_md.get_random_long = powernv_get_random_long;
+       ppc_md.get_random_seed = powernv_get_random_long;
 
        return 0;
 }