drivers/net: use __packed annotation

cleanup patch.

Use new __packed annotation in drivers/net/

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eric Dumazet
2010-06-02 18:10:09 +00:00
کامیت شده توسط David S. Miller
والد 1273d97674
کامیت ba2d358791
113فایلهای تغییر یافته به همراه934 افزوده شده و 934 حذف شده

مشاهده پرونده

@@ -112,7 +112,7 @@ typedef struct {
unsigned de: 1;
unsigned ea2: 1;
#endif
}__attribute__ ((packed)) fr_hdr;
}__packed fr_hdr;
typedef struct pvc_device_struct {