mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:20:53 +07: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>
6 lines
74 B
C
6 lines
74 B
C
#ifdef __uClinux__
|
|
#include "swab_no.h"
|
|
#else
|
|
#include "swab_mm.h"
|
|
#endif
|