From 932d9a0c5b16a6c45d129b3866713edfc7593e94 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 5 May 2007 22:05:11 +0100 Subject: [PATCH] --- yaml --- r: 53719 b: refs/heads/master c: 989485c190cc6a64e5a21d98ef2d752df1db8c27 h: refs/heads/master i: 53717: 902f40b0f869c5fa16ed9598aec474fee5404a42 53715: 2ca4c097ae6c6f98916040d87333b222cecfd546 53711: df4501bd2ab4f43e2b68991653377eba5e9a72fb v: v3 --- [refs] | 2 +- trunk/include/linux/parser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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};