The patch titled
net: trivial MLX4_DEBUG dependency fix
has been removed from the -mm tree. Its filename was
net-trivial-mlx4_debug-dependency-fix.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: net: trivial MLX4_DEBUG dependency fix
From: Paul Mundt <[EMAIL PROTECTED]>
CONFIG_MLX4_DEBUG works out to a def_bool y for those that
have CONFIG_EMBEDDED set. Make it depend on MLX4_CORE..
Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Roland Dreier <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/net/Kconfig~net-trivial-mlx4_debug-dependency-fix
drivers/net/Kconfig
--- a/drivers/net/Kconfig~net-trivial-mlx4_debug-dependency-fix
+++ a/drivers/net/Kconfig
@@ -2544,6 +2544,7 @@ config MLX4_CORE
config MLX4_DEBUG
bool "Verbose debugging output" if (MLX4_CORE && EMBEDDED)
+ depends on MLX4_CORE
default y
---help---
This option causes debugging code to be compiled into the
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-infiniband.patch
git-sh.patch
round_up-macro-cleanup-in-arch-sh64-kernel-pci_sh5c.patch
slab-allocators-drop-support-for-destructors.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html