From: Emil Tantilov Date: Mon, 14 Feb 2011 08:19:24 +0000 (+0000) Subject: e1000e: fix build issue due to undefined reference to crc32_le X-Git-Tag: v2.6.39-rc1~468^2~129^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d76e10ae73348997f55efffc977e792d76a2c6;p=pandora-kernel.git e1000e: fix build issue due to undefined reference to crc32_le kernel build fails with: drivers/built-in.o: In function `e1000_lv_jumbo_workaround_ich8lan': (.text+0x3e7a8): undefined reference to `crc32_le' when CONFIG_CRC32 is not set or does not match the CONFIG_E1000E selection. Signed-off-by: Emil Tantilov Reviewed-by: Bruce Allan Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed