1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

modules/mqnic: Minor, fix warning, when CONFIG_AUXILIARY_BUS is not available

Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
This commit is contained in:
Joachim Foerster 2022-05-17 15:36:16 +02:00 committed by Alex Forencich
parent 36e202352b
commit 2697ec93e9

View File

@ -462,7 +462,9 @@ fail_create_if:
return 0; return 0;
// error handling // error handling
#ifdef CONFIG_AUXILIARY_BUS
fail_adev: fail_adev:
#endif
fail_miscdev: fail_miscdev:
fail_board: fail_board:
fail_bar_size: fail_bar_size: