IB/core: Declare local functions 'static'
authorBart Van Assche <bvanassche@acm.org>
Tue, 22 Jan 2019 18:24:23 +0000 (10:24 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 24 Jan 2019 16:22:30 +0000 (09:22 -0700)
commitf37385919045ad611bcf40bbb899591ec8aac86c
tree657adb49aba951999605728e21ed900c80b7b737
parent2e061c691c3f46a4932a40f7bf440bacd011e1e2
IB/core: Declare local functions 'static'

This patch avoids that sparse complains about missing function
declarations.

Fixes: f27a0d50a4bc ("RDMA/umem: Use umem->owning_mm inside ODP")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/umem_odp.c