genetlink: make all genl_ops users const
[deliverable/linux.git] / net / netlabel / netlabel_cipso_v4.c
index a1100640495d3d3b106e850e9af6a9cc4e1ed547..706691739b991f65de4b7a1e441c50cb480aed66 100644 (file)
@@ -737,7 +737,7 @@ static int netlbl_cipsov4_remove(struct sk_buff *skb, struct genl_info *info)
  * NetLabel Generic NETLINK Command Definitions
  */
 
-static struct genl_ops netlbl_cipsov4_ops[] = {
+static const struct genl_ops netlbl_cipsov4_ops[] = {
        {
        .cmd = NLBL_CIPSOV4_C_ADD,
        .flags = GENL_ADMIN_PERM,
This page took 0.029617 seconds and 5 git commands to generate.