diff options
| author | 2008-07-30 19:36:55 +0200 | |
|---|---|---|
| committer | 2008-07-30 19:36:55 +0200 | |
| commit | bc588df79ebfb710abc27342fccf336a68ed1216 (patch) | |
| tree | e50e125eaa6da83fa715704e53c1bde013d1ef8e /include/linux/parser.h | |
| parent | Linux 2.6.26 (diff) | |
| parent | Merge commit 'v2.6.27-rc1' into x86/core (diff) | |
Merge branch 'x86/core' into x86/xsave
Diffstat (limited to 'include/linux/parser.h')
| -rw-r--r-- | include/linux/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/parser.h b/include/linux/parser.h index 7dcd05075756..cc554ca8bc78 100644 --- a/include/linux/parser.h +++ b/include/linux/parser.h @@ -14,7 +14,7 @@ struct match_token { const char *pattern; }; -typedef struct match_token match_table_t[]; +typedef const struct match_token match_table_t[]; /* Maximum number of arguments that match_token will find in a pattern */ enum {MAX_OPT_ARGS = 3}; |
