Add missing packed attributes to prevent implicit structure padding.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
        __le16  size;
        __u8    flags;
        __u8    data[0];
-};
+} __packed;
 
 struct gb_uart_set_line_coding_request {
        __le32  rate;
 #define GB_SERIAL_SPACE_PARITY                 4
 
        __u8    data_bits;
-};
+} __packed;
 
 /* output control lines */
 #define GB_UART_CTRL_DTR                       0x01