From: Sven Eckelmann Date: Sat, 15 Jan 2011 14:39:43 +0000 (+0000) Subject: batman-adv: Use "__attribute__" shortcut macros X-Git-Tag: v2.6.38-rc2~33^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0adb1a85e159cf57f0e11282bc6c9e3606a5f3;p=pandora-kernel.git batman-adv: Use "__attribute__" shortcut macros Linux 2.6.21 defines different macros for __attribute__ which are also used inside batman-adv. The next version of checkpatch.pl warns about the usage of __attribute__((packed))). Linux 2.6.33 defines an extra macro __always_unused which is used to assist source code analyzers and can be used to removed the last existing __attribute__ inside the source code. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed