linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include/asm-ppc/btext.h: add prototype of btext_init function.
@ 2005-12-03 19:07 Otavio Salvador
  2005-12-03 21:24 ` Eugene Surovegin
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2005-12-03 19:07 UTC (permalink / raw)
  To: linuxppc-dev, akpm; +Cc: Otavio Salvador

The prototype of btext_init function was missing and then caused a compile
warning.

---

 include/asm-ppc/btext.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

applies-to: 60e8ae37378de2772b6b0768b12a49f923710152
786b869f9cfd4c1f82fbc8b20fa8cafb9188e12f
diff --git a/include/asm-ppc/btext.h b/include/asm-ppc/btext.h
index ccaefab..2329331 100644
--- a/include/asm-ppc/btext.h
+++ b/include/asm-ppc/btext.h
@@ -18,6 +18,7 @@ extern boot_infos_t disp_bi;
 extern int boot_text_mapped;
 
 extern void init_boot_display(void);
+extern void __init btext_init(boot_infos_t *bi);
 extern void btext_welcome(void);
 extern void btext_prepare_BAT(void);
 extern void btext_setup_display(int width, int height, int depth, int pitch,
---
0.99.9k

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-12-04 21:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-03 19:07 [PATCH] include/asm-ppc/btext.h: add prototype of btext_init function Otavio Salvador
2005-12-03 21:24 ` Eugene Surovegin
2005-12-03 21:31   ` Otavio Salvador
2005-12-03 21:33   ` Otavio Salvador
2005-12-04  0:00   ` Andrew Morton
2005-12-04  0:12     ` Eugene Surovegin
2005-12-04 21:13     ` Geert Uytterhoeven
2005-12-04  2:21   ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).