Staging
v0.8.1
https://github.com/torvalds/linux
Revision 70eba18b5664f90d7620905e005b89388e5fd94b authored by Eliezer Tamir on 05 December 2007, 14:12:39 UTC, committed by Jeff Garzik on 07 December 2007, 20:01:39 UTC
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@hp.com>
Acked-by: Eliezer Tamir <eliezert@broadcom.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 75758e8
Raw File
Tip revision: 70eba18b5664f90d7620905e005b89388e5fd94b authored by Eliezer Tamir on 05 December 2007, 14:12:39 UTC
make bnx2x select ZLIB_INFLATE
Tip revision: 70eba18
div64.h
/*
 * include/asm-xtensa/div64.h
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2001 - 2007 Tensilica Inc.
 */

#ifndef _XTENSA_DIV64_H
#define _XTENSA_DIV64_H

#include <asm-generic/div64.h>

#endif /* _XTENSA_DIV64_H */
back to top