From: Randy Dunlap Date: Fri, 12 Jun 2009 18:43:48 +0000 (-0700) Subject: [SCSI] cnic: fix undefined reference to `ip6_route_output' X-Git-Tag: v2.6.31-rc1~345^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faea56c9bb44f539da1ae0194184873fc2720b20;p=pandora-kernel.git [SCSI] cnic: fix undefined reference to `ip6_route_output' Fix cnic build for case of CONFIG_INET=n. Fix cnic build for case of CONFIG_IPV6=m and CONFIG_CNIC=y. Fixes these build errors: cnic.c:(.text+0x236a1d): undefined reference to `ip_route_output_key' cnic.c:(.text+0x15a8e8): undefined reference to `ip6_route_output' Signed-off-by: Randy Dunlap Signed-off-by: James Bottomley --- Reading git-diff-tree failed