]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/bch.c
mm: remove both instances of __vmalloc_node_flags
[thirdparty/linux.git] / lib / bch.c
index 5db6d3a4c8a6fd3b841490a734881d35ad949779..052d3fb753a0819ac5459072acbc706611c8da1d 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 */