diff options
| author | Patrice Chotard <[email protected]> | 2026-04-28 18:10:59 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2026-05-12 15:52:53 +0200 |
| commit | 612256838acec75407b1a268459c3a9dbb63c7f9 (patch) | |
| tree | 6356c987f586eef40d256ebd214a08d23d4a7e0a /tests/scripts | |
| parent | 43ba37376b9f6bc2142ce2a9d69f8d96c45812df (diff) | |
reset: stm32: Fix compilation error
The following compilation error occurs when environment variable
KBUILD_OUTPUT is not set :
drivers/reset/stm32/stm32-reset-mp21.c:8:10: fatal error: stm32-reset-core.h: No such file or directory
8 | #include <stm32-reset-core.h>
| ^~~~~~~~~~~~~~~~~~~~
As stm32-reset-core.h is located in same directory than stm32-reset-mp21.c,
we should use #include "stm32-reset-core.h".
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Raphaƫl Gallais-Pou <[email protected]>
Diffstat (limited to 'tests/scripts')
0 files changed, 0 insertions, 0 deletions
