Merge branch 'topic/ppc-kvm' into next
[linux-2.6-microblaze.git] / lib / ts_bm.c
index b352903..277cb44 100644 (file)
@@ -52,7 +52,7 @@ struct ts_bm
        u8 *            pattern;
        unsigned int    patlen;
        unsigned int    bad_shift[ASIZE];
-       unsigned int    good_shift[0];
+       unsigned int    good_shift[];
 };
 
 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state)