diff --git a/include/linux/module.h b/include/linux/module.h index 20b1e8429656..382f2d73afa9 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -38,7 +38,7 @@ struct modversion_info { /* Offset of the next modversion entry in relation to this one. */ u32 next; u32 crc; - char name[0]; + char name[]; /* Flexible array member */ } __packed; struct module;