diff options
Diffstat (limited to 'src/lib/reset.c')
-rw-r--r-- | src/lib/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reset.c b/src/lib/reset.c index 2c9529277e..d5676e5cd4 100644 --- a/src/lib/reset.c +++ b/src/lib/reset.c @@ -19,7 +19,7 @@ #include <halt.h> #include <reset.h> -__attribute__((noreturn)) static void __hard_reset(void) { +__noreturn static void __hard_reset(void) { if (IS_ENABLED(CONFIG_HAVE_HARD_RESET)) do_hard_reset(); else |