Commit 8a6a146f authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Cirrusfb extern inline

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

Cirrusfb: Replace `extern inline' by `static inline'
parent 916448aa
......@@ -3089,7 +3089,7 @@ static void RClut (struct clgenfb_info *fb_info, unsigned char regnum, unsigned
*********************************************************************/
/* 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment