summaryrefslogtreecommitdiff
path: root/include/linux/net.h
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.com>2018-07-06 13:34:13 -0300
committerGustavo Padovan <gustavo.padovan@collabora.com>2018-07-06 13:34:13 -0300
commite22e953189f7b3a3bfc7efb511d2b1d1454adde5 (patch)
tree87e56e966e1f676f2c9389c41aa5c37969f757f1 /include/linux/net.h
parenta012024571d98e2e4bf29a9168fb7ddc44b7ab86 (diff)
parent4da1d4c751c9b1b713c13043bad7c4d27cd1418c (diff)
Merge drm-upstream/drm-next into drm-misc-next
Pull in the malidp writeback implementation for further work on writeback in drm-misc-next. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Diffstat (limited to 'include/linux/net.h')
-rw-r--r--include/linux/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h
index 08b6eb964dd6..6554d3ba4396 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -147,7 +147,6 @@ struct proto_ops {
int (*getname) (struct socket *sock,
struct sockaddr *addr,
int peer);
- __poll_t (*poll_mask) (struct socket *sock, __poll_t events);
__poll_t (*poll) (struct file *file, struct socket *sock,
struct poll_table_struct *wait);
int (*ioctl) (struct socket *sock, unsigned int cmd,