These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / powerpc / platforms / pseries / rng.c
index e096087..31ca557 100644 (file)
@@ -38,7 +38,7 @@ static __init int rng_init(void)
 
        pr_info("Registering arch random hook.\n");
 
-       ppc_md.get_random_long = pseries_get_random_long;
+       ppc_md.get_random_seed = pseries_get_random_long;
 
        return 0;
 }