[PATCH] [NEXT] Remove "default m" from hardware latency detector

From: Andi Kleen
Date: Fri Oct 02 2009 - 22:31:47 EST


Noticed this while doing make oldconfig on today's linux-next
default ms are usually wrong.

---

No reason at all why this should be default anything except n.

Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>
---
drivers/misc/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 040765f..fe60d8d 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -80,7 +80,6 @@ config HWLAT_DETECTOR
tristate "Testing module to detect hardware-induced latencies"
depends on DEBUG_FS
depends on RING_BUFFER
- default m
---help---
A simple hardware latency detector. Use this module to detect
large latencies introduced by the behavior of the underlying
--
1.6.0.2


--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/