]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/if_ether.h
tty: Make vt's have a tty_port
[karo-tx-linux.git] / include / linux / if_ether.h
index bed7a4682b90734935e3dd6680d5e646b0b895c0..c831467774d0e71963ccf774d310bd4f6dd91b8e 100644 (file)
@@ -119,7 +119,7 @@ struct ethhdr {
        unsigned char   h_dest[ETH_ALEN];       /* destination eth addr */
        unsigned char   h_source[ETH_ALEN];     /* source ether addr    */
        __be16          h_proto;                /* packet type ID field */
-} __attribute__((packed));
+} __packed;
 
 #ifdef __KERNEL__
 #include <linux/skbuff.h>