greybus: properly annotate struct gb_control_timesync_enable_request
authorGreg Kroah-Hartman <gregkh@google.com>
Sat, 5 Mar 2016 02:40:02 +0000 (18:40 -0800)
committerGreg Kroah-Hartman <gregkh@google.com>
Sat, 5 Mar 2016 16:38:03 +0000 (08:38 -0800)
commit9fa3a9b8cb7e04b600166049424d01b428a251ad
treebaa855d5a6eeb2154a14da3dca3e74c982f2d508
parent53f965065a5eb067621e4734fee9719942976a86
greybus: properly annotate struct gb_control_timesync_enable_request

A patch from created struct gb_control_timesync_enable_request,
but forgot to properly annotate that the fields are little-endian.  The
code is correct in treating them this way, so there isn't a bug, but
sparse complains.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h