From: Cong Wang Date: Thu, 1 Aug 2013 03:10:24 +0000 (+0800) Subject: net: fix a compile error when CONFIG_NET_LL_RX_POLL is not set X-Git-Tag: v3.11-rc4~5^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcefb0be1231982784df2152213103ad33c1cfd;p=pandora-kernel.git net: fix a compile error when CONFIG_NET_LL_RX_POLL is not set When CONFIG_NET_LL_RX_POLL is not set, I got: net/socket.c: In function ‘sock_poll’: net/socket.c:1165:4: error: implicit declaration of function ‘sk_busy_loop’ [-Werror=implicit-function-declaration] Fix this by adding a nop when !CONFIG_NET_LL_RX_POLL. Cc: Eliezer Tamir Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed