aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorBreno Leitao <[email protected]>2024-07-02 11:55:51 -0700
committerJakub Kicinski <[email protected]>2024-07-04 10:19:23 -0700
commit9b5c33b1a3b7593c0e1d44d92c0093cc44e635fe (patch)
tree0a40c8d35065faf74004aaee74a1b5b6947ad6ca /tools/perf/util/scripting-engines/trace-event-python.c
parentaa77b112801613d394f893509d8187f1a332c1a4 (diff)
crypto: caam: Avoid unused imx8m_machine_match variable
If caam module is built without OF support, the compiler returns the following warning: drivers/crypto/caam/ctrl.c:83:34: warning: 'imx8m_machine_match' defined but not used [-Wunused-const-variable=] imx8m_machine_match is only referenced by of_match_node(), which is set to NULL if CONFIG_OF is not set, as of commit 5762c20593b6b ("dt: Add empty of_match_node() macro"): #define of_match_node(_matches, _node) NULL Do not create imx8m_machine_match if CONFIG_OF is not set. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Suggested-by: Jakub Kicinski <[email protected]> Signed-off-by: Breno Leitao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions