From 2e6bbb40651af7d197246457a3790e613af3a1c0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 23 Jun 2013 09:29:13 +0200 Subject: remove unused debug Kconfig options ENABLE_DEVICE_NOISE is used only in two network drivers and is otherwise unused. ENABLE_FLASH_NOISE is completely unused. ENABLE_PARTITION_NOISE enables DEBUG in the partition command, but this code has no debug messages at all. Remove all this. Signed-off-by: Sascha Hauer --- drivers/net/smc911x.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/net/smc911x.c') diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 3b94779cd9..e0d78d06e5 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -18,10 +18,6 @@ * */ -#ifdef CONFIG_ENABLE_DEVICE_NOISE -# define DEBUG -#endif - #include #include -- cgit v1.2.3