mips: alchemy: gpio: Include the right header
[linux-2.6-microblaze.git] / lib / test_fprobe.c
index ed70637..e0381b3 100644 (file)
@@ -145,7 +145,7 @@ static unsigned long get_ftrace_location(void *func)
 static int fprobe_test_init(struct kunit *test)
 {
        do {
-               rand1 = prandom_u32();
+               rand1 = get_random_u32();
        } while (rand1 <= div_factor);
 
        target = fprobe_selftest_target;