X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fparser.h;h=ea2281e726f65f5f2968eb571adc874843530959;hb=29d03fa12bc02c0f8085cd6bb06d11359a4bccaf;hp=7dcd050757567eb94265fb12b29d6f79e5cbcb3f;hpb=accba5f3965d6a9d1bf7c1e1a7995d17e9d521b6;p=pandora-kernel.git diff --git a/include/linux/parser.h b/include/linux/parser.h index 7dcd05075756..ea2281e726f6 100644 --- a/include/linux/parser.h +++ b/include/linux/parser.h @@ -25,7 +25,7 @@ typedef struct { char *to; } substring_t; -int match_token(char *, match_table_t table, substring_t args[]); +int match_token(char *, const match_table_t table, substring_t args[]); int match_int(substring_t *, int *result); int match_octal(substring_t *, int *result); int match_hex(substring_t *, int *result);