diff options
author | 2025-03-14 16:49:59 +0100 | |
---|---|---|
committer | 2025-03-21 18:40:32 +0100 | |
commit | 08d0185e36ad8bb5902a73711bf114765d282161 (patch) | |
tree | f755da478b2c1d7f3051b68fbe3ecf3c58b0c3ce /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: mctp: Remove unnecessary cast in mctp_cb (diff) | |
download | wireguard-linux-08d0185e36ad8bb5902a73711bf114765d282161.tar.xz wireguard-linux-08d0185e36ad8bb5902a73711bf114765d282161.zip |
net: airoha: fix CONFIG_DEBUG_FS check
The #if check causes a build failure when CONFIG_DEBUG_FS is turned
off:
In file included from drivers/net/ethernet/airoha/airoha_eth.c:17:
drivers/net/ethernet/airoha/airoha_eth.h:543:5: error: "CONFIG_DEBUG_FS" is not defined, evaluates to 0 [-Werror=undef]
543 | #if CONFIG_DEBUG_FS
| ^~~~~~~~~~~~~~~
Replace it with the correct #ifdef.
Fixes: 3fe15c640f38 ("net: airoha: Introduce PPE debugfs support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20250314155009.4114308-1-arnd@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions