diff --git a/arch/powerpc/kernel/btext.c b/arch/powerpc/kernel/btext.c index 54403144623f3483f307ff9ad2cfc9c78790b9f7..b2072d5bbf2bb3a9252ca359686ed3a3a740bea0 100644 --- a/arch/powerpc/kernel/btext.c +++ b/arch/powerpc/kernel/btext.c @@ -170,7 +170,7 @@ void btext_map(void) boot_text_mapped = 1; } -int btext_initialize(struct device_node *np) +static int btext_initialize(struct device_node *np) { unsigned int width, height, depth, pitch; unsigned long address = 0;