Add swab.h to kbuild.asm and remove the individual entries from each arch, mark as unifdef as some arches have some kernel-only bits inside.
Signed-off-by: Harvey Harrison Signed-off-by: Linus Torvalds
#ifndef __ASM_SH_BYTEORDER_H #define __ASM_SH_BYTEORDER_H #ifdef __LITTLE_ENDIAN__ #include <linux/byteorder/little_endian.h> #else #include <linux/byteorder/big_endian.h> #endif #endif /* __ASM_SH_BYTEORDER_H */