greybus: Explicitly mark structures as packed
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 28 Apr 2015 14:21:34 +0000 (19:51 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 29 Apr 2015 13:51:38 +0000 (15:51 +0200)
commitaf6e8b42334c92b2dcbb93e79b0e7ba4f1d51bb4
tree2ab12fe45d4e2a6e2c558ad01dc2fe2acad44d48
parent8f8b2297c0a17236ca4b5413e1f737536a8154a1
greybus: Explicitly mark structures as packed

These structures are already marked as __packed, as these are enclosed
within:

#pragma pack(push, 1)
#pragma pack(pop)

Lets mark them __packed explicitly.

Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_manifest.h
drivers/staging/greybus/svc_msg.h