genetlink: make all genl_ops users const
[deliverable/linux.git] / net / netlabel / netlabel_unlabeled.c
index 8f0897407a2cf950240082cfde9ab07969f96404..76ee9252daa774d073ffd3d90f9690c368f89312 100644 (file)
@@ -1323,7 +1323,7 @@ unlabel_staticlistdef_return:
  * NetLabel Generic NETLINK Command Definitions
  */
 
-static struct genl_ops netlbl_unlabel_genl_ops[] = {
+static const struct genl_ops netlbl_unlabel_genl_ops[] = {
        {
        .cmd = NLBL_UNLABEL_C_STATICADD,
        .flags = GENL_ADMIN_PERM,
This page took 0.023595 seconds and 5 git commands to generate.