diff --git a/[refs] b/[refs] index 74797f166189..776ed7b1f3e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68762f3d8e7ea644fae1f490f9850ebf462548bd +refs/heads/master: 989485c190cc6a64e5a21d98ef2d752df1db8c27 diff --git a/trunk/include/linux/parser.h b/trunk/include/linux/parser.h index 86676f600992..26b2bdfcaf06 100644 --- a/trunk/include/linux/parser.h +++ b/trunk/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};