hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/powerpc/include/asm/btext.h
....@@ -13,7 +13,11 @@
1313 int depth, int pitch);
1414 extern void btext_setup_display(int width, int height, int depth, int pitch,
1515 unsigned long address);
16
+#ifdef CONFIG_PPC32
1617 extern void btext_prepare_BAT(void);
18
+#else
19
+static inline void btext_prepare_BAT(void) { }
20
+#endif
1721 extern void btext_map(void);
1822 extern void btext_unmap(void);
1923