The patch titled bnx2x depends on ZLIB_INFLATE has been added to the -mm tree. Its filename is bnx2x-depends-on-zlib_inflate.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: bnx2x depends on ZLIB_INFLATE From: Lee Schermerhorn <Lee.Schermerhorn@xxxxxx> The bnx2x module depends on the zlib_inflate functions. The build will fail if ZLIB_INFLATE has not been selected manually or by building another module that automatically selects it. Modify BNX2X config option to 'select ZLIB_INFLATE' like BNX2 and others. This seems to fix it. Signed-off-by: Lee Schermerhorn <lee.schermerhorn@xxxxxx> Acked-by: Eliezer Tamir <eliezert@xxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/Kconfig~bnx2x-depends-on-zlib_inflate drivers/net/Kconfig --- a/drivers/net/Kconfig~bnx2x-depends-on-zlib_inflate +++ a/drivers/net/Kconfig @@ -2606,6 +2606,7 @@ config TEHUTI config BNX2X tristate "Broadcom NetXtremeII 10Gb support" depends on PCI + select ZLIB_INFLATE help This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards. To compile this driver as a module, choose M here: the module _ Patches currently in -mm which might be from Lee.Schermerhorn@xxxxxx are bnx2x-depends-on-zlib_inflate.patch memory-controller-add-per-container-lru-and-reclaim-v7.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html