From: Boris <boris@boris.ca>
To: linux-kernel@vger.kernel.org
Subject: 2.4.21pre8/cs46xx.c and gcc 3.3 problems
Date: Wed, 11 Jun 2003 22:11:12 -0500 [thread overview]
Message-ID: <004001c33090$478c8080$43444218@raiden> (raw)
It seems that gcc 3.3 doesn't like the cs46xx driver and causes and error.
The quick fix was to change the following lines
line 948-952
struct InitStruct
{
u32 long off;
u32 long val;
}
to
struct InitStruct
{
u32 off;
u32 val;
}
I am not sure this is the exact fix to use but it works. Anyway to getting
this fixed?
next reply other threads:[~2003-06-12 2:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-12 3:11 Boris [this message]
2003-06-13 9:35 ` 2.4.21pre8/cs46xx.c and gcc 3.3 problems Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='004001c33090$478c8080$43444218@raiden' \
--to=boris@boris.ca \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox