diff options
| author | Arnd Bergmann <[email protected]> | 2019-03-21 13:42:25 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-03-21 15:05:07 +0000 |
| commit | ca1438dcb34c7fcad63b6ce14ea63a870b92a69b (patch) | |
| tree | 970ffec46e52cc6abb6b5e4f5e7a958c316419a4 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 000c6af41775910007463d9a18f9e79fc0f9c8f4 (diff) | |
spi: export tracepoint symbols to modules
The newly added tracepoints in the spi-mxs driver cause a link
error when the driver is a loadable module:
ERROR: "__tracepoint_spi_transfer_stop" [drivers/spi/spi-mxs.ko] undefined!
ERROR: "__tracepoint_spi_transfer_start" [drivers/spi/spi-mxs.ko] undefined!
I'm not quite sure where to put the export statements, but
directly after the inclusion of the header seems as good as
any other place.
Fixes: f3fdea3af405 ("spi: mxs: add tracing to custom .transfer_one_message callback")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions