From: Geert Uytterhoeven <geert@linux-m68k.org>

Cirrusfb: Replace `extern inline' by `static inline'



 drivers/video/cirrusfb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/cirrusfb.c~68k-385 drivers/video/cirrusfb.c
--- 25/drivers/video/cirrusfb.c~68k-385	2004-01-01 13:46:47.000000000 -0800
+++ 25-akpm/drivers/video/cirrusfb.c	2004-01-01 13:46:47.000000000 -0800
@@ -3090,7 +3090,7 @@ static void RClut (struct clgenfb_info *
 *********************************************************************/
 
 /* FIXME: use interrupts instead */
-extern inline void clgen_WaitBLT (caddr_t regbase)
+static inline void clgen_WaitBLT (caddr_t regbase)
 {
 	/* now busy-wait until we're done */
 	while (vga_rgfx (regbase, CL_GR31) & 0x08)

_