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