Fix a "decl is not a prototype" error noticed by gcc (but not clang).

This commit is contained in:
Ian Lepore 2014-12-28 19:05:32 +00:00
parent 6c1d9637b7
commit 874d48dc8f

View File

@ -224,7 +224,7 @@ tlb_flush_all(void)
}
static __inline void
tlb_flush_all_ng()
tlb_flush_all_ng(void)
{
dsb();