diff options
| author | Cédric Le Goater <[email protected]> | 2021-01-04 15:31:48 +0100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-01-30 11:39:28 +1100 |
| commit | d03f210e6ed8f5d64b00f0f07b03db74aa5b95a1 (patch) | |
| tree | b17ea6c5986acb9f3b439d684f497d67a5a87354 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 90db8bf24d133654032a1c7dd46aa5096627b9ff (diff) | |
powerpc/pmem: Include pmem prototypes
It fixes this W=1 compile error :
../arch/powerpc/lib/pmem.c:51:6: error: no previous prototype for ‘arch_wb_cache_pmem’ [-Werror=missing-prototypes]
51 | void arch_wb_cache_pmem(void *addr, size_t size)
| ^~~~~~~~~~~~~~~~~~
../arch/powerpc/lib/pmem.c:58:6: error: no previous prototype for ‘arch_invalidate_pmem’ [-Werror=missing-prototypes]
58 | void arch_invalidate_pmem(void *addr, size_t size)
| ^~~~~~~~~~~~~~~~~~~~
Fixes: 32ce3862af3c ("powerpc/lib: Implement PMEM API")
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/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions