diff options
| author | Paul Gortmaker <[email protected]> | 2012-05-07 10:32:22 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-05-07 16:51:19 -0700 |
| commit | 89528127fa5f4aca0483203c87c945555d057770 (patch) | |
| tree | e9be95318302fe7143c4050910c91b3379d6b534 /tools/perf/scripts/python | |
| parent | 9ff1f838e9c019b16b720dca9b04565f1a6e0316 (diff) | |
powerpc: fix compile fail in hugetlb cmdline parsing
Commit 9fb48c744ba6a4bf58b666f4e6fdac3008ea1bd4
"params: add 3rd arg to option handler callback signature"
added an extra arg to the function, but didn't catch all the use
cases needing it, causing this compile fail in mpc85xx_defconfig:
arch/powerpc/mm/hugetlbpage.c:316:4: error: passing argument 7 of
'parse_args' from incompatible pointer type [-Werror]
include/linux/moduleparam.h:317:12: note: expected
'int (*)(char *, char *, const char *)' but argument is of type
'int (*)(char *, char *)'
This function has no need to printk out the "doing" value, so
just add the arg as an "unused".
Cc: Rusty Russell <[email protected]>
Cc: Jim Cromie <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Becky Bruce <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions