mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
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>
5 lines
74 B
C
5 lines
74 B
C
#ifdef __uClinux__
|
|
#include "swab_no.h"
|
|
#else
|
|
#include "swab_mm.h"
|
|
#endif
|