This patch remove the unused PFX macro. Signed-off-by: Corentin Labbe <[email protected]> --- drivers/char/hw_random/core.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c index 1e1e385..5c654b5 100644 --- a/drivers/char/hw_random/core.c +++ b/drivers/char/hw_random/core.c @@ -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; -- 2.7.3

