From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from covilha.procergs.com.br (covilha.procergs.com.br [200.198.128.244]) by ozlabs.org (Postfix) with ESMTP id 0CC986884B for ; Sun, 4 Dec 2005 08:33:16 +1100 (EST) In-Reply-To: <20051203212402.GA2821@gate.ebshome.net> Date: Sat, 3 Dec 2005 19:33:07 -0200 Message-Id: <11336455871183-git-send-email-otavio@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" To: linuxppc-dev@ozlabs.org, akpm@osdl.org, Eugene Surovegin From: Otavio Salvador Cc: Otavio Salvador Subject: [PATCH] include/asm-ppc/btext.h: add prototype of btext_init function. Reply-To: Otavio Salvador List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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