Blackfin: fix indentation with bfin_read() helper
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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