aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/byteorder.h')
-rw-r--r--arch/sh/include/asm/byteorder.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sh/include/asm/byteorder.h b/arch/sh/include/asm/byteorder.h
deleted file mode 100644
index db2f5d7cb17d..000000000000
--- a/arch/sh/include/asm/byteorder.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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 */