X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fparser.h;h=26b2bdfcaf06023848f68d8b00ed19277b5647da;hb=febb187761b02fce7d61b9c897d0e701f672b5ee;hp=86676f6009925454fb15147e43c2c56981723591;hpb=fa24aa561a3cf91cf25b5d4066470b08a2d24206;p=linux-2.6 diff --git a/include/linux/parser.h b/include/linux/parser.h index 86676f6009..26b2bdfcaf 100644 --- a/include/linux/parser.h +++ b/include/linux/parser.h @@ -14,7 +14,7 @@ struct match_token { const char *pattern; }; -typedef const struct match_token match_table_t[]; +typedef struct match_token match_table_t[]; /* Maximum number of arguments that match_token will find in a pattern */ enum {MAX_OPT_ARGS = 3};