From: Claudiu Manoil Date: Tue, 19 Mar 2013 07:40:05 +0000 (+0000) Subject: gianfar: Refactor config coalescing calls for all queues X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800c644bcd0f2b29020c0dd6b661596c14c0f34f;p=pandora-kernel.git gianfar: Refactor config coalescing calls for all queues The only place where gfar_configure_coalescing is called with an actual bitmask (other than 0xff) is in gfar_poll (on the hot path). So make gfar_configure_coalescing() static for the buffer processing path, and export gfar_configure_coalescing_all() for the remaining cases that require to set coalescing for all the queues at once (on the slow path). Signed-off-by: Claudiu Manoil Signed-off-by: David S. Miller --- Reading git-diff-tree failed