On 2016-03-04, Tobias Ulmer wrote:
> Match function declaration, use void
Yes, please. There is quite a bit of this in the MD parts of the
tree. Since you are already in sh...
$ grep -R '^[A-Za-z0-9_]*()' .
./dev/scif.c:scif_intr_init()
./sh/cache.c:sh_cache_init()
./sh/cache.c:sh_cache_info
Match function declaration, use void
--- a/sys/arch/sh/sh/mmu_sh3.c
+++ b/sys/arch/sh/sh/mmu_sh3.c
@@ -38,7 +38,7 @@
#include
void
-sh3_mmu_start()
+sh3_mmu_start(void)
{
/* Zero clear all TLB entry */
sh3_tlb_invalidate_all();
@@ -89,7 +89,7 @@ sh3_tlb_invalidate_asid(int as