diff options
| author | Corentin LABBE <clabbe.montjoie@gmail.com> | 2016-12-13 09:51:14 -0500 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-12-27 04:50:51 -0500 |
| commit | 079840bd13f793b915f6c8e44452eeb4a0aba8ba (patch) | |
| tree | ec7a5d335bdea2088ea406c7161e75605d1cab98 /drivers/char/hw_random/core.c | |
| parent | fd50d71f94fb1c8614098949db068cd4c8dbb91d (diff) | |
hwrng: core - remove unused PFX macro
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>
Diffstat (limited to 'drivers/char/hw_random/core.c')
| -rw-r--r-- | drivers/char/hw_random/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c index c5f131d90473..68fdc60ddf50 100644 --- a/drivers/char/hw_random/core.c +++ b/drivers/char/hw_random/core.c | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | #include <linux/uaccess.h> | 25 | #include <linux/uaccess.h> |
| 26 | 26 | ||
| 27 | #define RNG_MODULE_NAME "hw_random" | 27 | #define RNG_MODULE_NAME "hw_random" |
| 28 | #define PFX RNG_MODULE_NAME ": " | ||
| 29 | 28 | ||
| 30 | static struct hwrng *current_rng; | 29 | static struct hwrng *current_rng; |
| 31 | static struct task_struct *hwrng_fill; | 30 | static struct task_struct *hwrng_fill; |
