[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130801.151207.1619353068833976582.davem@davemloft.net>
Date: Thu, 01 Aug 2013 15:12:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: amwang@...hat.com
Cc: netdev@...r.kernel.org, eliezer.tamir@...ux.intel.com
Subject: Re: [Patch net-next 1/2] net: fix a compile error when
CONFIG_NET_LL_RX_POLL is not set
From: Cong Wang <amwang@...hat.com>
Date: Thu, 1 Aug 2013 11:10:24 +0800
> From: Cong Wang <amwang@...hat.com>
>
> 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 <eliezer.tamir@...ux.intel.com>
> Cc: David S. Miller <davem@...emloft.net>
> Signed-off-by: Cong Wang <amwang@...hat.com>
Applied to net
Powered by blists - more mailing lists