kernel/drivers/staging/greybus/raw.c
.. .. @@ -13,8 +13,7 @@ 13 13 #include <linux/fs.h> 14 14 #include <linux/idr.h> 15 15 #include <linux/uaccess.h> 16 -17 -#include "greybus.h"16 +#include <linux/greybus.h>18 17 19 18 struct gb_raw { 20 19 struct gb_connection *connection; .. .. @@ -30,7 +29,7 @@ 30 29 struct raw_data { 31 30 struct list_head entry; 32 31 u32 len; 33 - u8 data[0];32 + u8 data[];34 33 }; 35 34 36 35 static struct class *raw_class;