diff options
Diffstat (limited to 'drivers/char/random.c')
-rw-r--r-- | drivers/char/random.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c index b86eae9b77df..9ac4443a1854 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c | |||
@@ -399,7 +399,6 @@ static DECLARE_WAIT_QUEUE_HEAD(random_read_wait); | |||
399 | static DECLARE_WAIT_QUEUE_HEAD(random_write_wait); | 399 | static DECLARE_WAIT_QUEUE_HEAD(random_write_wait); |
400 | static struct fasync_struct *fasync; | 400 | static struct fasync_struct *fasync; |
401 | 401 | ||
402 | #if 0 | ||
403 | static bool debug; | 402 | static bool debug; |
404 | module_param(debug, bool, 0644); | 403 | module_param(debug, bool, 0644); |
405 | #define DEBUG_ENT(fmt, arg...) do { \ | 404 | #define DEBUG_ENT(fmt, arg...) do { \ |
@@ -410,9 +409,6 @@ module_param(debug, bool, 0644); | |||
410 | blocking_pool.entropy_count,\ | 409 | blocking_pool.entropy_count,\ |
411 | nonblocking_pool.entropy_count,\ | 410 | nonblocking_pool.entropy_count,\ |
412 | ## arg); } while (0) | 411 | ## arg); } while (0) |
413 | #else | ||
414 | #define DEBUG_ENT(fmt, arg...) do {} while (0) | ||
415 | #endif | ||
416 | 412 | ||
417 | /********************************************************************** | 413 | /********************************************************************** |
418 | * | 414 | * |