Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 079840bd authored by Corentin LABBE's avatar Corentin LABBE Committed by Herbert Xu
Browse files

hwrng: core - remove unused PFX macro



This patch remove the unused PFX macro.

Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent fd50d71f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
#include <linux/uaccess.h>

#define RNG_MODULE_NAME		"hw_random"
#define PFX			RNG_MODULE_NAME ": "

static struct hwrng *current_rng;
static struct task_struct *hwrng_fill;