From: Gideon Israel Dsouza Date: Wed, 11 Jun 2014 15:55:30 +0000 (+0530) Subject: security: Used macros from compiler.h instead of __attribute__((...)) X-Git-Tag: omap-for-v3.17/fixes-against-rc2~100^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb9398300a3a2c691e5c0ad6b9cfa78775e767e;p=pandora-kernel.git security: Used macros from compiler.h instead of __attribute__((...)) To increase compiler portability there is which provides convenience macros for various gcc constructs. Eg: __packed for __attribute__((packed)). This patch is part of a large task I've taken to clean the gcc specific attributes and use the the macros instead. Signed-off-by: Gideon Israel Dsouza Signed-off-by: Paul Moore --- Reading git-diff-tree failed