From: Gustavo F. Padovan Date: Wed, 21 Jul 2010 10:59:57 +0000 (+0000) Subject: irda: Use __packed annotation instead IRDA_PACKED macro X-Git-Tag: v2.6.36-rc1~571^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=942875ffc102a6b9992120808e4990eda7a618f6;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed