From: Otavio Salvador <otavio@debian•org>
To: linuxppc-dev@ozlabs•org, akpm@osdl•org,
Eugene Surovegin <ebs@ebshome•net>
Cc: Otavio Salvador <otavio@debian•org>
Subject: [PATCH] include/asm-ppc/btext.h: add prototype of btext_init function.
Date: Sat, 3 Dec 2005 19:33:07 -0200 [thread overview]
Message-ID: <11336455871183-git-send-email-otavio@debian.org> (raw)
In-Reply-To: <20051203212402.GA2821@gate.ebshome.net>
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
19174aa31fd85e4410e99deb82c3b7ff2424fa55
diff --git a/include/asm-ppc/btext.h b/include/asm-ppc/btext.h
index ccaefab..2cf437c 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 btext_init(boot_infos_t *bi) __init;
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
next prev parent reply other threads:[~2005-12-03 21:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11336455871183-git-send-email-otavio@debian.org \
--to=otavio@debian$(echo .)org \
--cc=akpm@osdl$(echo .)org \
--cc=ebs@ebshome$(echo .)net \
--cc=linuxppc-dev@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox