Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / m68k / kernel / time.c
bloba5cf40c26de58abc6c89caa9d800e51ed0095c07
1 #ifdef CONFIG_MMU
2 #include "time_mm.c"
3 #else
4 #include "time_no.c"
5 #endif