From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:01:31 +0000 (-0800) Subject: kernel.h: remove ancient __FUNCTION__ hack X-Git-Tag: fixes-v4.0-rc1~115^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f1f2170d2831b3233e91091c60a66622f29e82;p=pandora-kernel.git kernel.h: remove ancient __FUNCTION__ hack __FUNCTION__ hasn't been treated as a string literal since gcc 3.4, so this only helps people who only test-compile using 3.3 (compiler-gcc3.h barks at anything older than that). Besides, there are almost no occurrences of __FUNCTION__ left in the tree. [akpm@linux-foundation.org: convert remaining __FUNCTION__ references] Signed-off-by: Rasmus Villemoes Cc: Michal Nazarewicz Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed