kernel/arch/powerpc/include/asm/btext.h
.. .. @@ -13,7 +13,11 @@ 13 13 int depth, int pitch); 14 14 extern void btext_setup_display(int width, int height, int depth, int pitch, 15 15 unsigned long address); 16 +#ifdef CONFIG_PPC3216 17 extern void btext_prepare_BAT(void); 18 +#else19 +static inline void btext_prepare_BAT(void) { }20 +#endif17 21 extern void btext_map(void); 18 22 extern void btext_unmap(void); 19 23