diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/netlink.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'include/linux/netlink.h')
| -rw-r--r-- | include/linux/netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index f3075d6c7e82..71f121b66ca8 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h | |||
| @@ -170,7 +170,6 @@ netlink_skb_clone(struct sk_buff *skb, gfp_t gfp_mask) | |||
| 170 | struct netlink_callback { | 170 | struct netlink_callback { |
| 171 | struct sk_buff *skb; | 171 | struct sk_buff *skb; |
| 172 | const struct nlmsghdr *nlh; | 172 | const struct nlmsghdr *nlh; |
| 173 | int (*start)(struct netlink_callback *); | ||
| 174 | int (*dump)(struct sk_buff * skb, | 173 | int (*dump)(struct sk_buff * skb, |
| 175 | struct netlink_callback *cb); | 174 | struct netlink_callback *cb); |
| 176 | int (*done)(struct netlink_callback *cb); | 175 | int (*done)(struct netlink_callback *cb); |
