2.4.21pre8/cs46xx.c and gcc 3.3 problems

From: Boris (boris@boris.ca)
Date: Wed Jun 11 2003 - 22:11:12 EST


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/



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:30 EST