From: Eliezer Tamir Date: Sun, 4 Aug 2013 09:55:48 +0000 (+0300) Subject: busy_poll: cleanup do-nothing placeholders X-Git-Tag: v3.11-rc6~11^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf37d2b3fdc9e451f9e376a3922ac8df5aa24128;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed