]> git.baikalelectronics.ru Git - kernel.git/commit
busy_poll: cleanup do-nothing placeholders
authorEliezer Tamir <eliezer.tamir@linux.intel.com>
Sun, 4 Aug 2013 09:55:48 +0000 (12:55 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2013 02:41:27 +0000 (19:41 -0700)
commit2614fd757150fa2978cb442a5c2e8099b1bf366b
treed773645ff3e9689f40ac6072c284eed178c2c154
parent2c12e6b4045a5d0e09d20242fd2cf5ac0c67305d
busy_poll: cleanup do-nothing placeholders

When renaming ll_poll to busy poll, I introduced a typo
in the name of the do-nothing placeholder for sk_busy_loop
and called it sk_busy_poll.
This broke compile when busy poll was not configured.
Cong Wang submitted a patch to fixed that.
This patch removes the now redundant, misspelled placeholder.

Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/busy_poll.h