linux-stable/arch/m68k/kernel/time.c

6 lines
73 B
C

#ifdef CONFIG_MMU
#include "time_mm.c"
#else
#include "time_no.c"
#endif