summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/netlink.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-10-24 16:08:48 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-10-24 16:08:48 +0200
commit0d4503988a997e6414d1bf074c9a6fc62a7b339c (patch)
tree2f27a861a2e015103ed42776beb7b96a634cdc9e /backport/backport-include/linux/netlink.h
parent60f18ada41ef32e0554b4c7056d3868bcaa515be (diff)
backports: fix the extack backport
I neglected to take into account that the spatch will also be applied to the backport-4.12.c file itself, fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/backport-include/linux/netlink.h')
-rw-r--r--backport/backport-include/linux/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/netlink.h b/backport/backport-include/linux/netlink.h
index 44359918..7da31aad 100644
--- a/backport/backport-include/linux/netlink.h
+++ b/backport/backport-include/linux/netlink.h
@@ -13,7 +13,7 @@ struct netlink_ext_ack {
u8 cookie_len;
/* backport only field */
- const void *__bp_genl_real_ops;
+ void *__bp_genl_real_ops;
};
#define NL_SET_ERR_MSG(extack, msg) do { \