Merge remote-tracking branches 'asoc/fix/davinci', 'asoc/fix/es8328', 'asoc/fix/fsl...
[deliverable/linux.git] / arch / mips / include / asm / spram.h
1 #ifndef _MIPS_SPRAM_H
2 #define _MIPS_SPRAM_H
3
4 #if defined(CONFIG_MIPS_SPRAM)
5 extern __init void spram_config(void);
6 #else
7 static inline void spram_config(void) { };
8 #endif /* CONFIG_MIPS_SPRAM */
9
10 #endif /* _MIPS_SPRAM_H */
This page took 0.045125 seconds and 5 git commands to generate.