diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-07-21 10:59:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-21 14:44:29 -0700 |
commit | 942875ffc102a6b9992120808e4990eda7a618f6 (patch) | |
tree | df529424969f797e016fc6b34f22f5993be31673 /include/net/irda/irda.h | |
parent | 2e4e7a97edcd58ce6e5be7cbb65fc4263f65e0bf (diff) | |
download | linux-942875ffc102a6b9992120808e4990eda7a618f6.tar.bz2 |
irda: Use __packed annotation instead IRDA_PACKED macro
Remove IRDA_PACKED macro, which maps to __attribute__((packed)). IRDA is
one of the last users of __attribute__((packet)). Networking code uses
__packed now.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda/irda.h')
-rw-r--r-- | include/net/irda/irda.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/irda/irda.h b/include/net/irda/irda.h index 7e582061b230..3bed61d379a8 100644 --- a/include/net/irda/irda.h +++ b/include/net/irda/irda.h @@ -53,10 +53,6 @@ typedef __u32 magic_t; #ifndef IRDA_ALIGN # define IRDA_ALIGN __attribute__((aligned)) #endif -#ifndef IRDA_PACK -# define IRDA_PACK __attribute__((packed)) -#endif - #ifdef CONFIG_IRDA_DEBUG |