m68k: use the mmu pci.h for m68knommu as well
[linux-2.6] / arch / m68k / include / asm / cache.h
1 #ifdef __uClinux__
2 #include "cache_no.h"
3 #else
4 #include "cache_mm.h"
5 #endif