]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
net: niu uses crc32, so select CRC32
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 10 Dec 2009 21:50:56 +0000 (13:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2009 21:50:56 +0000 (13:50 -0800)
commitc557c15d83ea16e6c1a043c8eccb0f60bb19cb96
treef56084ca11454c256da137a105ea78c4fd12c481
parent43de004b6c197b0ea408bdebf4f14afdead74b63
net: niu uses crc32, so select CRC32

From: Randy Dunlap <randy.dunlap@oracle.com>

niu drivers uses crc32 functions, so it needs to select CRC32.

niu.c:(.text+0x18a7f8): undefined reference to `crc32_le'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig