From: Mauro Carvalho Chehab Date: Thu, 6 Jan 2011 10:16:04 +0000 (-0200) Subject: [media] radio-aimslab.c: Fix gcc 4.5+ bug X-Git-Tag: v2.6.38-rc1~470^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c92215198cb6aa00ad38db2780faa6b72e0a3f;p=pandora-kernel.git [media] radio-aimslab.c: Fix gcc 4.5+ bug 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 Cc: stable@kernel.org Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed