diff options
Diffstat (limited to 'include/asm-sparc/string.h')
-rw-r--r-- | include/asm-sparc/string.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sparc/string.h b/include/asm-sparc/string.h deleted file mode 100644 index 14c04c7697a5..000000000000 --- a/include/asm-sparc/string.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #ifndef ___ASM_SPARC_STRING_H | ||
2 | #define ___ASM_SPARC_STRING_H | ||
3 | #if defined(__sparc__) && defined(__arch64__) | ||
4 | #include <asm-sparc/string_64.h> | ||
5 | #else | ||
6 | #include <asm-sparc/string_32.h> | ||
7 | #endif | ||
8 | #endif | ||