greybus: operation: Drop alignment attribute from operation message header
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 29 Jul 2015 06:12:53 +0000 (11:42 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 4 Aug 2015 02:57:40 +0000 (19:57 -0700)
commitf47c1b023ee55737ab5f6b6f479cab06a5a03ba2
treee80563c35312e13ac57c6081b7050c2dfce51142
parenta96493560cd16095fd00a936bfa9de8614bab842
greybus: operation: Drop alignment attribute from operation message header

The buffers allocated for message header is already 64 bit aligned and
we have explicit pad bytes in the header structure, to 64 bit align the
operation specific data.

And so there is no need to add the aligned attribute to the operation
message header. Drop it.

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