From: Ben Dooks Date: Mon, 16 Mar 2015 11:52:44 +0000 (+0000) Subject: dmaengine: pl330: make unexported functions static X-Git-Tag: omap-for-v4.1/fixes-rc1~33^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5503aed8117881f58a2688521dfbf9fc7dbcdfe7;p=pandora-kernel.git dmaengine: pl330: make unexported functions static Whilst running sparse on pl330 driver it was noticed there are two functions that are not static but not exported to any other users in the kernel. Fix the following warnings by making 'pl330_pause' and the 'pl330_get_current_xferred_count' static: pl330.c:2165:5: warning: symbol 'pl330_pause' was not declared. Should it be static? pl330.c:2206:5: warning: symbol 'pl330_get_current_xferred_count' was not declared. Should it be static? Signed-off-by: Ben Dooks -- Vinod Koul Dan Williams DMA List Maxime Ripard Jassi Brar Liviu Dudau Linux ARM Kernel Signed-off-by: Vinod Koul --- Reading git-diff-tree failed