From: Randy Dunlap Date: Fri, 11 Sep 2009 12:41:04 +0000 (+0000) Subject: netxen: build fix for INET=n X-Git-Tag: v2.6.32-rc1~703^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9feae56c0de65fdd8b1f64f376bb6578417d2b79;p=pandora-kernel.git netxen: build fix for INET=n When CONFIG_INET is disabled, netxen has a build failure: netxen_nic_main.c:(.text+0x118fd1): undefined reference to `netxen_config_indev_addr' so make that function just an empty stub when CONFIG_INET=n. (not "inline" since that conflicts with other declarations of it) Signed-off-by: Randy Dunlap Acked-by: Dhananjay Phadke Signed-off-by: David S. Miller --- Reading git-diff-tree failed