summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/mips/include/asm/spram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/mips/include/asm/spram.h')
-rw-r--r--ANDROID_3.4.5/arch/mips/include/asm/spram.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/mips/include/asm/spram.h b/ANDROID_3.4.5/arch/mips/include/asm/spram.h
deleted file mode 100644
index 0b89006e..00000000
--- a/ANDROID_3.4.5/arch/mips/include/asm/spram.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _MIPS_SPRAM_H
-#define _MIPS_SPRAM_H
-
-#ifdef CONFIG_CPU_MIPSR2
-extern __init void spram_config(void);
-#else
-static inline void spram_config(void) { };
-#endif /* CONFIG_CPU_MIPSR2 */
-
-#endif /* _MIPS_SPRAM_H */