commit | bf37d2b3fdc9e451f9e376a3922ac8df5aa24128 | [log] [tgz] |
---|---|---|
author | Eliezer Tamir <eliezer.tamir@linux.intel.com> | Sun Aug 04 12:55:48 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 04 19:41:27 2013 -0700 |
tree | d773645ff3e9689f40ac6072c284eed178c2c154 | |
parent | 136d8f377e1575463b47840bc5f1b22d94bf8f63 [diff] |
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>