From: Himangi Saraogi Date: Sun, 9 Mar 2014 00:43:45 +0000 (+0530) Subject: staging:nokia_h4p:Replace __attribute__((packed)) by __packed X-Git-Tag: v3.15-rc1~139^2~486 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde3d28df0078b24c63ab030af1eb2851955d99d;p=pandora-kernel.git staging:nokia_h4p:Replace __attribute__((packed)) by __packed This patch fixes the checkpatch.pl warning: WARNING: __packed is preferred over __attribute__((packed)). As the macro: #define __packed __attribute__((packed)) is defined in compiler-gcc.h, __attribute__((packed)) is replaced by __packed. Signed-off-by: Himangi Saraogi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed