aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/cacheflush.h')
-rw-r--r--include/asm-sparc/cacheflush.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sparc/cacheflush.h b/include/asm-sparc/cacheflush.h
deleted file mode 100644
index 2b6a37957c2..00000000000
--- a/include/asm-sparc/cacheflush.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef ___ASM_SPARC_CACHEFLUSH_H
-#define ___ASM_SPARC_CACHEFLUSH_H
-#if defined(__sparc__) && defined(__arch64__)
-#include <asm-sparc/cacheflush_64.h>
-#else
-#include <asm-sparc/cacheflush_32.h>
-#endif
-#endif