From: Gideon Israel Dsouza Date: Mon, 17 Feb 2014 15:47:16 +0000 (+0530) Subject: block: Use macros from compiler.h instead of __attribute__((...)) X-Git-Tag: v3.15-rc1~135^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ebf0d457039c857dfeb45434e3be9780dea499;p=pandora-kernel.git block: Use macros from compiler.h instead of __attribute__((...)) To increase compiler portability there are several macros defined in for various gcc __attribute((..)) constructs. I've made sure gcc these specific were replaced with the right macro and an #include was placed where needed. Signed-off-by: Gideon Israel Dsouza Signed-off-by: Jens Axboe --- Reading git-diff-tree failed