From: Ben Hutchings Date: Fri, 5 Oct 2012 18:30:16 +0000 (+0100) Subject: sfc: Remove efx_process_channel_now() X-Git-Tag: v3.12-rc1~132^2~185^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514bedbc3a07e466b040f76319b8f2a4c7b0c7a4;p=pandora-kernel.git sfc: Remove efx_process_channel_now() efx_process_channel_now() is unneeded since self-tests can rely on normal NAPI polling. Remove it and all calls to it. efx_channel::work_pending and efx_channel_processed() are also unneeded (the latter being the same as efx_nic_eventq_read_ack()). Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed