summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi/sbi_init.h')
-rw-r--r--include/sbi/sbi_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_init.h b/include/sbi/sbi_init.h
index b3aafdc..7c4267b 100644
--- a/include/sbi/sbi_init.h
+++ b/include/sbi/sbi_init.h
@@ -14,6 +14,6 @@
struct sbi_scratch;
-void __attribute__((noreturn)) sbi_init(struct sbi_scratch *scratch);
+void __noreturn sbi_init(struct sbi_scratch *scratch);
#endif