]> git.baikalelectronics.ru Git - kernel.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)
commit9efc9cca10555eecb0df4118a38b8ec5d3ee63e6
treedf529424969f797e016fc6b34f22f5993be31673
parent9411ca62443b7c5bf5012a6db1a8dc189a3ec78c
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