Commit 6428be3d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] gcc-3.5: i810_accel fix

drivers/video/i810/i810_accel.c: In function `i810fb_init_ringbuffer':
drivers/video/i810/i810_accel.c:30: sorry, unimplemented: inlining failed in call to 'flush_cache': function body not available
parent 097abe8e
...@@ -27,7 +27,7 @@ static u32 i810fb_rop[] = { ...@@ -27,7 +27,7 @@ static u32 i810fb_rop[] = {
par->cur_tail &= RING_SIZE_MASK; \ par->cur_tail &= RING_SIZE_MASK; \
} }
extern inline void flush_cache(void); extern void flush_cache(void);
/************************************************************/ /************************************************************/
......
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