m68k: use mmu version of elf.h for non-mmu builds as well
[linux-2.6/linux-2.6-openrd.git] / arch / m68k / include / asm / unaligned.h
blobc640bba3bdf455f0d1830998198d7a74f2618ab4
1 #ifdef __uClinux__
2 #include "unaligned_no.h"
3 #else
4 #include "unaligned_mm.h"
5 #endif