commit | 942875ffc102a6b9992120808e4990eda7a618f6 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Jul 21 10:59:57 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 21 14:44:29 2010 -0700 |
tree | df529424969f797e016fc6b34f22f5993be31673 | |
parent | 2e4e7a97edcd58ce6e5be7cbb65fc4263f65e0bf [diff] |
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>