aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-msm/smd_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/smd_private.h b/arch/arm/mach-msm/smd_private.h
index 5a8831cc41e..2da758e6502 100644
--- a/arch/arm/mach-msm/smd_private.h
+++ b/arch/arm/mach-msm/smd_private.h
@@ -269,7 +269,7 @@ struct smd_half_channel {
269 unsigned char fUNUSED; 269 unsigned char fUNUSED;
270 unsigned tail; 270 unsigned tail;
271 unsigned head; 271 unsigned head;
272} __attribute__((packed)); 272} __attribute__(( aligned(4), packed ));
273 273
274struct smd_shared_v1 { 274struct smd_shared_v1 {
275 struct smd_half_channel ch0; 275 struct smd_half_channel ch0;