]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/video/uvesafb.c
video/uvesafb: rename random32() to prandom_u32()
[karo-tx-linux.git] / drivers / video / uvesafb.c
index b75db01864883e5fea61f63cc95e3df35e749ea2..0d0a43c5de4fd61747f52b05c4cf31e52ed4a4fb 100644 (file)
@@ -166,7 +166,7 @@ static int uvesafb_exec(struct uvesafb_ktask *task)
        memcpy(&m->id, &uvesafb_cn_id, sizeof(m->id));
        m->seq = seq;
        m->len = len;
-       m->ack = random32();
+       m->ack = prandom_u32();
 
        /* uvesafb_task structure */
        memcpy(m + 1, &task->t, sizeof(task->t));