6aeea60aee
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>
6 lines
74 B
C
6 lines
74 B
C
#ifdef __uClinux__
|
|
#include "swab_no.h"
|
|
#else
|
|
#include "swab_mm.h"
|
|
#endif
|