2.4.21pre8/cs46xx.c and gcc 3.3 problems

Boris (boris@boris.ca)
Wed, 11 Jun 2003 22:11:12 -0500


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?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/