From: Greg Kroah-Hartman Date: Mon, 22 Sep 2014 01:16:41 +0000 (-0700) Subject: greybus: svc_msg.h: add data for hotplug message X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=798ea88abec88852e6dae2afb265560f9ec56432;p=openwrt%2Fstaging%2Fblogic.git greybus: svc_msg.h: add data for hotplug message --- diff --git a/drivers/staging/greybus/svc_msg.h b/drivers/staging/greybus/svc_msg.h index e84e01cf3cce..c290547305ac 100644 --- a/drivers/staging/greybus/svc_msg.h +++ b/drivers/staging/greybus/svc_msg.h @@ -77,6 +77,7 @@ enum svc_function_hotplug_event { struct svc_function_hotplug { __u8 hotplug_event; /* enum svc_function_hotplug_event */ __u8 module_id; + __u8 data[0]; }; enum svc_function_ddb_type {