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>
This commit is contained in:
Harvey Harrison
2009-01-20 17:50:51 -08:00
committed by Linus Torvalds
parent ac3d266bf1
commit 6aeea60aee
4 changed files with 11 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
#ifdef __uClinux__
#include "swab_no.h"
#else
#include "swab_mm.h"
#endif