From: Mauro Carvalho Chehab Date: Thu, 6 Jan 2011 10:16:04 +0000 (-0200) Subject: radio-aimslab.c: Fix gcc 4.5+ bug X-Git-Tag: v2.6.37.1~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdae1673e971255efe808d4fb4d980a85ec78a8b;p=pandora-kernel.git radio-aimslab.c: Fix gcc 4.5+ bug commit e3c92215198cb6aa00ad38db2780faa6b72e0a3f upstream. gcc 4.5+ doesn't properly evaluate some inlined expressions. A previous patch were proposed by Andrew Morton using noinline. However, the entire inlined function is bogus, so let's just remove it and be happy. Reported-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed