| To: | linux-fbdev-devel@lists.sourceforge.net, jgarzik@pobox.com |
|---|---|
| Subject: | Compiler error in drivers/video/cirrusfb.c: syntax error before ‘volatile’ |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Tue, 24 Jan 2006 02:51:30 +0000 |
| Cc: | linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11 |
I get the following compiler error for drivers/video/cirrusfb.c on
mips:
CC drivers/video/cirrusfb.o
In file included from include/video/vga.h:25,
from drivers/video/cirrusfb.c:70:
include/asm/vga.h:29: error: syntax error before ‘volatile’
include/asm/vga.h:34: error: syntax error before ‘volatile’
make[2]: *** [drivers/video/cirrusfb.o] Error 1
These lines define scr_writew() and scr_readw():
29:static inline void scr_writew(u16 val, volatile u16 *addr)
34:static inline u16 scr_readw(volatile const u16 *addr)
Note that some other arches (powerpc, alpha) have the same
definitions in vga.h.
This is with 2.6.15.
--
Martin Michlmayr
http://www.cyrius.com/
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Fixes for uaccess.h with gcc >= 4.0.1, Stuart Anderson |
|---|---|
| Next by Date: | Ensoniq ES1371 problem on Cobalt MIPS, Martin Michlmayr |
| Previous by Thread: | [PATCH]: Add R14K Support (generic), Kumba |
| Next by Thread: | Re: Compiler error in drivers/video/cirrusfb.c: syntax error before ‘volatile’, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |