summaryrefslogtreecommitdiff
path: root/curvetun_mgmt_servers.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-11curvetun: renamed client, server, and management filesDaniel Borkmann1-0/+15
>space:mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2017-02-07 15:02:54 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-10 13:51:01 -0500
commitf39b2dde4886450b965ccd0a6defe8bc33fcc938 (patch)
treea75229b4e7fdc63d3c58b76090f219b23d40d62f /net
parente3f29c4809a5f562adc345c48ed9785f2597df78 (diff)
net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h
Removing linux/phy.h from net/dsa.h reveals a build error in the sunrpc code: net/sunrpc/xprtrdma/svc_rdma_backchannel.c: In function 'xprt_rdma_bc_put': net/sunrpc/xprtrdma/svc_rdma_backchannel.c:277:2: error: implicit declaration of function 'module_put' [-Werror=implicit-function-declaration] net/sunrpc/xprtrdma/svc_rdma_backchannel.c: In function 'xprt_setup_rdma_bc': net/sunrpc/xprtrdma/svc_rdma_backchannel.c:348:7: error: implicit declaration of function 'try_module_get' [-Werror=implicit-function-declaration] Fix this by adding linux/module.h to svc_rdma_backchannel.c Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Acked-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/xprtrdma/svc_rdma_backchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_backchannel.c b/net/sunrpc/xprtrdma/svc_rdma_backchannel.c