Re: [PATCH] drivers: infiniband: Mark function _c4iw_write_mem_dma() as static in mem.c

2013-12-14 Thread Josh Triplett
On Sat, Dec 14, 2013 at 06:42:14PM +0530, Rashika Kheria wrote: > This patch marks the function _c4iw_write_mem_dma() as static in > hw/cxgb4/mem.c because it is not used outside this file. > > Thus, it also eliminates the following warning in hw/cxgb4/mem.c: > drivers/infiniband/hw/cxgb4/mem.c:17

Re: [PATCH] drivers: infiniband: Mark function _c4iw_write_mem_dma() as static in mem.c

2013-12-14 Thread Steve Wise
Acked-by: Steve Wise -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] drivers: infiniband: Mark function _c4iw_write_mem_dma() as static in mem.c

2013-12-14 Thread Rashika Kheria
This patch marks the function _c4iw_write_mem_dma() as static in hw/cxgb4/mem.c because it is not used outside this file. Thus, it also eliminates the following warning in hw/cxgb4/mem.c: drivers/infiniband/hw/cxgb4/mem.c:176:5: warning: no previous prototype for ‘_c4iw_write_mem_dma’ [-Wmissing-