diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2017-05-14 13:32:06 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-06-01 17:20:10 -0400 |
commit | 0a1a972630c77edb39adf310699e404b8bf9176e (patch) | |
tree | 3e1eb0576989e4c87e7969bef77763ba574dce4c /drivers/infiniband/ulp/srp/ib_srp.c | |
parent | 8c490669deb0133dfb6bfe7a80d7cfef3bbbd92f (diff) | |
download | talos-obmc-linux-0a1a972630c77edb39adf310699e404b8bf9176e.tar.gz talos-obmc-linux-0a1a972630c77edb39adf310699e404b8bf9176e.zip |
RDMA/IPoIB: Limit the ipoib_dev_uninit_default scope
ipoib_dev_uninit_default() call is used in ipoib_main.c file only
and it generates the following warning from smatch tool:
drivers/infiniband/ulp/ipoib/ipoib_main.c:1593:6: warning:
symbol 'ipoib_dev_uninit_default' was not declared. Should it
be static?
so let's declare that function as static.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/srp/ib_srp.c')
0 files changed, 0 insertions, 0 deletions