The attribute is required to be set on struct definition. Fix
ignored-attributes build warnings by moving attribute flag.
Change-Id: I8f138932bcd95abec952601371c8acbda890b876
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
u8 buf[188];
};
-struct fiq_dma_channel {
- struct __attribute__((packed)) fiq_split_dma_slot index[6];
+struct __attribute__((packed)) fiq_dma_channel {
+ struct fiq_split_dma_slot index[6];
};
-struct fiq_dma_blob {
- struct __attribute__((packed)) fiq_dma_channel channel[0];
+struct __attribute__((packed)) fiq_dma_blob {
+ struct fiq_dma_channel channel[0];
};
/**