Merge remote-tracking branch 'net/master'
[linux-2.6/next.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