diff options
author | Arnd Bergmann <[email protected]> | 2019-09-18 21:55:11 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2019-10-22 12:54:44 -0700 |
commit | 011c7289de619d76f82b0d9e9fec3f59d2fe57f7 (patch) | |
tree | 60e24049c5b0d546ea92d8c68d17663117f5c8b7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b3060531979422d5bb18d80226f978910284dc70 (diff) |
dynamic_debug: provide dynamic_hex_dump stub
The ionic driver started using dymamic_hex_dump(), but
that is not always defined:
drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit declaration of function 'dynamic_hex_dump' [-Werror,-Wimplicit-function-declaration]
Add a dummy implementation to use when CONFIG_DYNAMIC_DEBUG
is disabled, printing nothing.
Fixes: 938962d55229 ("ionic: Add adminq action")
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Shannon Nelson <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions