genetlink: make all genl_ops users const
[deliverable/linux.git] / net / ieee802154 / netlink.c
index eb9faef6782a1d614f966f514fbe08d082b3ef13..3ffcdbb56aabd0dfaa0885401f2a039680e59c34 100644 (file)
@@ -109,7 +109,7 @@ out:
        return -ENOBUFS;
 }
 
-static struct genl_ops ieee8021154_ops[] = {
+static const struct genl_ops ieee8021154_ops[] = {
        /* see nl-phy.c */
        IEEE802154_DUMP(IEEE802154_LIST_PHY, ieee802154_list_phy,
                        ieee802154_dump_phy),
This page took 0.025291 seconds and 5 git commands to generate.