The patch titled bnx2x depends on ZLIB_INFLATE has been removed from the -mm tree. Its filename was bnx2x-depends-on-zlib_inflate.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 @@ -2607,6 +2607,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 git-netdev-all.patch memory-controller-add-per-container-lru-and-reclaim-v7.patch per-zone-and-reclaim-enhancements-for-memory-controller-take-3-per-zone-lru-for-cgroup-bugfix-for-memory-cgroup-per-zone-struct-allocation.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