drivers/net: use __packed annotation
[deliverable/linux.git] / drivers / net / can / usb / ems_usb.c
index 1fc0871d2ef747254bae77b7a88162aad0ee0300..e75f1a87697266829a1f1c88e135823ff5d5c2f9 100644 (file)
@@ -197,7 +197,7 @@ struct cpc_can_err_counter {
 };
 
 /* Main message type used between library and application */
-struct __attribute__ ((packed)) ems_cpc_msg {
+struct __packed ems_cpc_msg {
        u8 type;        /* type of message */
        u8 length;      /* length of data within union 'msg' */
        u8 msgid;       /* confirmation handle */
This page took 0.029823 seconds and 5 git commands to generate.