diff --git a/include/linux/genalloc.h b/include/linux/genalloc.h index 5b14a0f381241de51ac575d483847af8fb8b5b3b..0bd581003cd5dfa99dacce00f6b1fd554687f9cd 100644 --- a/include/linux/genalloc.h +++ b/include/linux/genalloc.h @@ -76,7 +76,7 @@ struct gen_pool_chunk { void *owner; /* private data to retrieve at alloc time */ unsigned long start_addr; /* start address of memory chunk */ unsigned long end_addr; /* end address of memory chunk (inclusive) */ - unsigned long bits[0]; /* bitmap for allocating memory chunk */ + unsigned long bits[]; /* bitmap for allocating memory chunk */ }; /*