From: Randy Dunlap Date: Wed, 8 Apr 2009 22:41:25 +0000 (-0700) Subject: ethoc: fix library build errors X-Git-Tag: v2.6.30-rc2~109^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5cacb3bf91b0841e5a721ca303658a407d5c34f;p=pandora-kernel.git ethoc: fix library build errors ethoc indirectly uses crc32_le() and bitrev32(), so select those library functions to be built. drivers/built-in.o: In function `ethoc_set_multicast_list': ethoc.c:(.text+0x6226f): undefined reference to `crc32_le' ethoc.c:(.text+0x62276): undefined reference to `bitrev32' Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed