[PATCH] include/asm-ppc/btext.h: add prototype of btext_init function.

Andrew Morton akpm at osdl.org
Sun Dec 4 11:00:20 EST 2005


Eugene Surovegin <ebs at ebshome.net> wrote:
>
>  > +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,
> 
>  "__init" should be placed between closing brace and semicolon. For 
>  more info, see include/linux/init.h

I don't think it matters much.  Often we just omit it from the declaration
- it's only required at the definition site



More information about the Linuxppc-dev mailing list