Fix a "decl is not a prototype" error noticed by gcc (but not clang).
This commit is contained in:
parent
6c1d9637b7
commit
874d48dc8f
@ -224,7 +224,7 @@ tlb_flush_all(void)
|
||||
}
|
||||
|
||||
static __inline void
|
||||
tlb_flush_all_ng()
|
||||
tlb_flush_all_ng(void)
|
||||
{
|
||||
|
||||
dsb();
|
||||
|
Loading…
Reference in New Issue
Block a user