linux-kernel-test/arch/m68k/include/asm/swab.h
Harvey Harrison 6aeea60aee m68k{nommu}: fixups after the header move
swab.h seems to have been missed during the header merge.
Add conditionals similar to byteorder.h and remove the
now unnecessary byteorder_no/mm.h

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-26 10:38:43 -08:00

6 lines
74 B
C

#ifdef __uClinux__
#include "swab_no.h"
#else
#include "swab_mm.h"
#endif