From: Rashika Date: Sat, 14 Dec 2013 13:12:14 +0000 (+0530) Subject: RDMA/cxgb4: Make _c4iw_write_mem_dma() static X-Git-Tag: v3.13-rc6~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00850dd6c517169734ec60eed99502c0912a7d3;p=pandora-kernel.git RDMA/cxgb4: Make _c4iw_write_mem_dma() static This patch marks the function _c4iw_write_mem_dma() as static because it is not used outside this file, which fixes the warning: drivers/infiniband/hw/cxgb4/mem.c:176:5: warning: no previous prototype for ‘_c4iw_write_mem_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Acked-by: Steve Wise Reviewed-by: Josh Triplett Signed-off-by: Roland Dreier --- Reading git-diff-tree failed