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/