From: Richard Guy Briggs Date: Sun, 16 Mar 2014 18:00:19 +0000 (-0400) Subject: sched: declare pid_alive as inline X-Git-Tag: v3.15-rc1~18^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e0b6e8a001361316a2d62b748fe677ec46b860;p=pandora-kernel.git sched: declare pid_alive as inline We accidentally declared pid_alive without any extern/inline connotation. Some platforms were fine with this, some like ia64 and mips were very angry. If the function is inline, the prototype should be inline! on ia64: include/linux/sched.h:1718: warning: 'pid_alive' declared inline after being called Signed-off-by: Richard Guy Briggs Signed-off-by: Eric Paris --- Reading git-diff-tree failed