From: Gideon Israel Dsouza Date: Mon, 7 Apr 2014 22:39:20 +0000 (-0700) Subject: kernel: use macros from compiler.h instead of __attribute__((...)) X-Git-Tag: v3.15-rc1~57^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f5684c8e1ec7463192aba8e2916df49807511a;p=pandora-kernel.git kernel: use macros from compiler.h instead of __attribute__((...)) To increase compiler portability there is which provides convenience macros for various gcc constructs. Eg: __weak for __attribute__((weak)). I've replaced all instances of gcc attributes with the right macro in the kernel subsystem. Signed-off-by: Gideon Israel Dsouza Cc: "Rafael J. Wysocki" Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed