]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/uverbs: Make all the method functions in uverbs_cmd static
authorJason Gunthorpe <jgg@mellanox.com>
Mon, 12 Nov 2018 20:59:57 +0000 (22:59 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 22 Nov 2018 18:57:33 +0000 (11:57 -0700)
commitfeb71ee55d7295b055c989db27f4fdf77b4f2225
tree48b4c526a2241dcbe757478e46b627ba81d82256
parent61b8f8a8636cff68ac19ba6323706ad6f81b9627
RDMA/uverbs: Make all the method functions in uverbs_cmd static

Now that we use struct uverbs_uapi to link the method functions to the
dispatcher there is no reason to have them be extern symbols.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/core/uverbs.h
drivers/infiniband/core/uverbs_cmd.c