]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/parser.h
hrtimer: fix signed/unsigned bug in slack estimator
[linux-2.6-omap-h63xx.git] / include / linux / parser.h
index cc554ca8bc7836401807ec1359a13f44f679c908..7dcd050757567eb94265fb12b29d6f79e5cbcb3f 100644 (file)
@@ -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};