dt-bindings: arm: Convert Calxeda L2 cache controller to json-schema
[linux-2.6-microblaze.git] / lib / bch.c
index 5db6d3a..052d3fb 100644 (file)
--- a/lib/bch.c
+++ b/lib/bch.c
  */
 struct gf_poly {
        unsigned int deg;    /* polynomial degree */
-       unsigned int c[0];   /* polynomial terms */
+       unsigned int c[];   /* polynomial terms */
 };
 
 /* given its degree, compute a polynomial size in bytes */