aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svcsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svcsock.h')
-rw-r--r--include/linux/sunrpc/svcsock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h
index 1878cbe1aa4f..08e78d0a364f 100644
--- a/include/linux/sunrpc/svcsock.h
+++ b/include/linux/sunrpc/svcsock.h
@@ -45,9 +45,6 @@ struct svc_sock {
45 * be revisted */ 45 * be revisted */
46 struct mutex sk_mutex; /* to serialize sending data */ 46 struct mutex sk_mutex; /* to serialize sending data */
47 47
48 int (*sk_recvfrom)(struct svc_rqst *rqstp);
49 int (*sk_sendto)(struct svc_rqst *rqstp);
50
51 /* We keep the old state_change and data_ready CB's here */ 48 /* We keep the old state_change and data_ready CB's here */
52 void (*sk_ostate)(struct sock *); 49 void (*sk_ostate)(struct sock *);
53 void (*sk_odata)(struct sock *, int bytes); 50 void (*sk_odata)(struct sock *, int bytes);