]> git.karo-electronics.de Git - mv-sheeva.git/commit
irda: Use __packed annotation instead IRDA_PACKED macro
authorGustavo F. Padovan <padovan@profusion.mobi>
Wed, 21 Jul 2010 10:59:57 +0000 (10:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Jul 2010 21:44:29 +0000 (14:44 -0700)
commit942875ffc102a6b9992120808e4990eda7a618f6
treedf529424969f797e016fc6b34f22f5993be31673
parent2e4e7a97edcd58ce6e5be7cbb65fc4263f65e0bf
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>
include/net/irda/irda.h
include/net/irda/irlap_frame.h