diff options
author | Benson Leung <bleung@chromium.org> | 2018-07-09 16:36:00 -0700 |
---|---|---|
committer | Benson Leung <bleung@chromium.org> | 2018-07-09 16:36:00 -0700 |
commit | 40291fb75123816b35ba06696e56b9cf2d96bf90 (patch) | |
tree | dfff532af8df1c06ca83466c8347873426a81579 /include/linux/net.h | |
parent | c474e9f2be9992861d926eea3e5d4fb393cd6e2a (diff) | |
parent | 413c94469a9db26ac4e1d16bf8de0248de93e2d8 (diff) |
Merge tag 'ib-platform-chrome-mfd-move-cros-ec-transport-for-4.19' into working-branch-for-4.19
Immutable branch (mfd, chrome) due for the v4.19 window
Immutable Branch which moves the cros_ec_i2c and cros_ec_spi
transport drivers from mfd to platform/chrome. Changes in arm are a simple
rename in defconfigs. Change in input is a rename in help text.
Diffstat (limited to 'include/linux/net.h')
-rw-r--r-- | include/linux/net.h | 1 |
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, |