Skip to content

Commit

Permalink
hwrng: core - remove unused PFX macro
Browse files Browse the repository at this point in the history
This patch remove the unused PFX macro.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Corentin LABBE authored and Herbert Xu committed Dec 27, 2016
1 parent fd50d71 commit 079840b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/hw_random/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 079840b

Please sign in to comment.