diff options
| author | Cédric Le Goater <[email protected]> | 2021-01-04 15:31:55 +0100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-01-30 11:39:29 +1100 |
| commit | cccaf1a10abf03d91321d29ff333d6d5d4cef542 (patch) | |
| tree | df58a39a8b1510c0d95def5d2588b340b9ccde57 /tools/perf/scripts/python/stackcollapse.py | |
| parent | bb21e1b6c5352d62d866e9236ed427f632cd537b (diff) | |
powerpc/mm: Declare some prototypes
It fixes this W=1 compile error :
../arch/powerpc/mm/book3s64/hash_utils.c:1515:5: error: no previous prototype for ‘__hash_page’ [-Werror=missing-prototypes]
1515 | int __hash_page(unsigned long trap, unsigned long ea, unsigned long dsisr,
| ^~~~~~~~~~~
../arch/powerpc/mm/book3s64/hash_utils.c:1850:6: error: no previous prototype for ‘low_hash_fault’ [-Werror=missing-prototypes]
1850 | void low_hash_fault(struct pt_regs *regs, unsigned long address, int rc)
| ^~~~~~~~~~~~~~
Signed-off-by: Cédric Le Goater <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions